From: Richard M. Stallman Date: Mon, 13 Jun 1994 20:11:10 +0000 (+0000) Subject: (syms_of_keyboard): Properly init Vsystem_key_alist. X-Git-Tag: emacs-19.34~7985 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a69a8ca2f925a0b093d59888a290341fe76eb927;p=emacs.git (syms_of_keyboard): Properly init Vsystem_key_alist. --- diff --git a/src/keyboard.c b/src/keyboard.c index c29c07f027b..04330a41eb9 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -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 ()