Mercurial > emacs
changeset 7868:4951edd1b764
(syms_of_keyboard): Properly init Vsystem_key_alist.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 13 Jun 1994 20:11:10 +0000 |
parents | 087c9b909feb |
children | 3b27d2451f83 |
files | src/keyboard.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/keyboard.c Mon Jun 13 19:46:22 1994 +0000 +++ b/src/keyboard.c Mon Jun 13 20:11:10 1994 +0000 @@ -6172,7 +6172,7 @@ 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 ()