diff options
| author | Richard M. Stallman | 1994-06-13 20:11:10 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-13 20:11:10 +0000 |
| commit | a69a8ca2f925a0b093d59888a290341fe76eb927 (patch) | |
| tree | e28f01558ea33dd0395c24d80e4aa4ea29c744a4 /src | |
| parent | 0817a05a00abab7c39dddbb767cea6be5292cf03 (diff) | |
| download | emacs-a69a8ca2f925a0b093d59888a290341fe76eb927.tar.gz emacs-a69a8ca2f925a0b093d59888a290341fe76eb927.zip | |
(syms_of_keyboard): Properly init Vsystem_key_alist.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 2 |
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."); | |||
| 6172 | Each element should have the form (N . SYMBOL) where N is the\n\ | 6172 | Each element should have the form (N . SYMBOL) where N is the\n\ |
| 6173 | numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\ | 6173 | numeric keysym code (sans the \"system-specific\" bit 1<<28)\n\ |
| 6174 | and SYMBOL is its name."); | 6174 | and SYMBOL is its name."); |
| 6175 | Vmenu_bar_final_items = Qnil; | 6175 | Vsystem_key_alist = Qnil; |
| 6176 | } | 6176 | } |
| 6177 | 6177 | ||
| 6178 | keys_of_keyboard () | 6178 | keys_of_keyboard () |