Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
10ceaf03
Commit
10ceaf03
authored
Apr 29, 1995
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(x_term_init): Add stub to initialize Vsystem_key_alist.
parent
875e6b94
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/xterm.c
src/xterm.c
+3
-0
No files found.
src/xterm.c
View file @
10ceaf03
...
...
@@ -5624,6 +5624,9 @@ x_term_init (display_name, xrm_option, resource_name)
{
dpyinfo->kboard = (KBOARD *) xmalloc (sizeof (KBOARD));
init_kboard (dpyinfo->kboard);
/* Change this after lisp/term/x-win.el is prepared to initialize
this var in a server-dependent manner. */
dpyinfo->kboard->Vsystem_key_alist = initial_kboard->Vsystem_key_alist;
dpyinfo->kboard->next_kboard = all_kboards;
all_kboards = dpyinfo->kboard;
/* Don't let the initial kboard remain current longer than necessary.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment