comparison src/keyboard.c @ 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 e735b56f7423
children a1404ed5d012
comparison
equal deleted inserted replaced
7867:087c9b909feb 7868:4951edd1b764
6170 DEFVAR_LISP ("system-key-alist", &Vsystem_key_alist, 6170 DEFVAR_LISP ("system-key-alist", &Vsystem_key_alist,
6171 "Alist of system-specific X windows key symbols.\n\ 6171 "Alist of system-specific X windows key symbols.\n\
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 ()
6179 { 6179 {
6180 initial_define_key (global_map, Ctl ('Z'), "suspend-emacs"); 6180 initial_define_key (global_map, Ctl ('Z'), "suspend-emacs");