diff src/keyboard.c @ 7868:4951edd1b764

(syms_of_keyboard): Properly init Vsystem_key_alist.
author Richard M. Stallman <rms@gnu.org>
date Mon, 13 Jun 1994 20:11:10 +0000
parents e735b56f7423
children a1404ed5d012
line wrap: on
line diff
--- a/src/keyboard.c	Mon Jun 13 19:46:22 1994 +0000
+++ b/src/keyboard.c	Mon Jun 13 20:11:10 1994 +0000
@@ -6172,7 +6172,7 @@
 Each element should have the form (N . SYMBOL) where N is the\n\
 numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\
 and SYMBOL is its name.");
-  Vmenu_bar_final_items = Qnil;
+  Vsystem_key_alist = Qnil;
 }
 
 keys_of_keyboard ()