aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKarl Heuer1995-04-29 04:17:56 +0000
committerKarl Heuer1995-04-29 04:17:56 +0000
commit10ceaf03567ec65092e8e48f00ba74cabfe0c7df (patch)
treed3492850578b7a373cf82dbb4caa92f0f48a7899 /src
parent875e6b94f1e2f264718999352749fbcbe67575ac (diff)
downloademacs-10ceaf03567ec65092e8e48f00ba74cabfe0c7df.tar.gz
emacs-10ceaf03567ec65092e8e48f00ba74cabfe0c7df.zip
(x_term_init): Add stub to initialize Vsystem_key_alist.
Diffstat (limited to 'src')
-rw-r--r--src/xterm.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/xterm.c b/src/xterm.c
index bfead8cc96a..2f714486057 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -5624,6 +5624,9 @@ x_term_init (display_name, xrm_option, resource_name)
5624 { 5624 {
5625 dpyinfo->kboard = (KBOARD *) xmalloc (sizeof (KBOARD)); 5625 dpyinfo->kboard = (KBOARD *) xmalloc (sizeof (KBOARD));
5626 init_kboard (dpyinfo->kboard); 5626 init_kboard (dpyinfo->kboard);
5627 /* Change this after lisp/term/x-win.el is prepared to initialize
5628 this var in a server-dependent manner. */
5629 dpyinfo->kboard->Vsystem_key_alist = initial_kboard->Vsystem_key_alist;
5627 dpyinfo->kboard->next_kboard = all_kboards; 5630 dpyinfo->kboard->next_kboard = all_kboards;
5628 all_kboards = dpyinfo->kboard; 5631 all_kboards = dpyinfo->kboard;
5629 /* Don't let the initial kboard remain current longer than necessary. 5632 /* Don't let the initial kboard remain current longer than necessary.