comparison src/keyboard.c @ 6893:b97b29f3ea7a

(syms_of_keyboard): Init and staticpro system_key_syms.
author Richard M. Stallman <rms@gnu.org>
date Fri, 15 Apr 1994 21:55:25 +0000
parents 065060f1f9b8
children 34435700529d
comparison
equal deleted inserted replaced
6892:d61940f5430c 6893:b97b29f3ea7a
5808 staticpro (&kbd_buffer_frame_or_window); 5808 staticpro (&kbd_buffer_frame_or_window);
5809 5809
5810 func_key_syms = Qnil; 5810 func_key_syms = Qnil;
5811 staticpro (&func_key_syms); 5811 staticpro (&func_key_syms);
5812 5812
5813 system_key_syms = Qnil;
5814 staticpro (&system_key_syms);
5815
5813 mouse_syms = Qnil; 5816 mouse_syms = Qnil;
5814 staticpro (&mouse_syms); 5817 staticpro (&mouse_syms);
5815 5818
5816 unread_switch_frame = Qnil; 5819 unread_switch_frame = Qnil;
5817 staticpro (&unread_switch_frame); 5820 staticpro (&unread_switch_frame);