changeset 11610:07eae46b8b4e

(x_term_init): Add stub to initialize Vsystem_key_alist.
author Karl Heuer <kwzh@gnu.org>
date Sat, 29 Apr 1995 04:17:56 +0000
parents 3b2dacb1bfe9
children bf53e9945a3c
files src/xterm.c
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xterm.c	Fri Apr 28 01:43:02 1995 +0000
+++ b/src/xterm.c	Sat Apr 29 04:17:56 1995 +0000
@@ -5624,6 +5624,9 @@
       {
 	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.