From fe4123646b70f5cdd8dcf5c1ed3a2e1faccab4fe Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Tue, 17 Sep 1996 16:26:44 +0000 Subject: [PATCH] (syms_of_keyboard): Initialize and staticpro internal_last_event_frame and read_key_sequence_cmd. --- src/keyboard.c | 6 ++++++ 1 file changed, 6 insertions(+) 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); -- 2.39.2