aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1994-06-13 20:11:10 +0000
committerRichard M. Stallman1994-06-13 20:11:10 +0000
commita69a8ca2f925a0b093d59888a290341fe76eb927 (patch)
treee28f01558ea33dd0395c24d80e4aa4ea29c744a4 /src
parent0817a05a00abab7c39dddbb767cea6be5292cf03 (diff)
downloademacs-a69a8ca2f925a0b093d59888a290341fe76eb927.tar.gz
emacs-a69a8ca2f925a0b093d59888a290341fe76eb927.zip
(syms_of_keyboard): Properly init Vsystem_key_alist.
Diffstat (limited to 'src')
-rw-r--r--src/keyboard.c2
1 files changed, 1 insertions, 1 deletions
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.");
6172Each element should have the form (N . SYMBOL) where N is the\n\ 6172Each element should have the form (N . SYMBOL) where N is the\n\
6173numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\ 6173numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\
6174and SYMBOL is its name."); 6174and SYMBOL is its name.");
6175 Vmenu_bar_final_items = Qnil; 6175 Vsystem_key_alist = Qnil;
6176} 6176}
6177 6177
6178keys_of_keyboard () 6178keys_of_keyboard ()