]> git.eshelyaron.com Git - emacs.git/commitdiff
(syms_of_keyboard): Properly init Vsystem_key_alist.
authorRichard M. Stallman <rms@gnu.org>
Mon, 13 Jun 1994 20:11:10 +0000 (20:11 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 13 Jun 1994 20:11:10 +0000 (20:11 +0000)
src/keyboard.c

index c29c07f027b75399dd8e12eff8b2e5d2c41f67e4..04330a41eb9cf3c7cb103d7cf42a461cc8f3ab1c 100644 (file)
@@ -6172,7 +6172,7 @@ buffer's local map, and the minor mode keymaps and text property keymaps.");
 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 ()