aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1994-06-13 20:11:10 +0000
committerRichard M. Stallman <[email protected]>1994-06-13 20:11:10 +0000
commita69a8ca2f925a0b093d59888a290341fe76eb927 (patch)
treee28f01558ea33dd0395c24d80e4aa4ea29c744a4 /src/keyboard.c
parent0817a05a00abab7c39dddbb767cea6be5292cf03 (diff)
(syms_of_keyboard): Properly init Vsystem_key_alist.
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index c29c07f027..04330a41eb 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 ()