From ffad0eb0a6472981440359c46054e471c1893e2f Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Tue, 17 Sep 1996 16:26:44 +0000 Subject: (syms_of_keyboard): Initialize and staticpro internal_last_event_frame and read_key_sequence_cmd. --- src/keyboard.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src') diff --git a/src/keyboard.c b/src/keyboard.c index da9d29609cb..a145406e375 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -7925,6 +7925,12 @@ syms_of_keyboard () unread_switch_frame = Qnil; staticpro (&unread_switch_frame); + internal_last_event_frame = Qnil; + staticpro (&internal_last_event_frame); + + read_key_sequence_cmd = Qnil; + staticpro (&read_key_sequence_cmd); + defsubr (&Sevent_convert_list); defsubr (&Sread_key_sequence); defsubr (&Srecursive_edit); -- cgit v1.2.1