From a69a8ca2f925a0b093d59888a290341fe76eb927 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 13 Jun 1994 20:11:10 +0000 Subject: [PATCH] (syms_of_keyboard): Properly init Vsystem_key_alist. --- src/keyboard.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 () -- 2.39.5