Mercurial > emacs
diff src/keyboard.c @ 16229:c7913b6ba8da
(syms_of_keyboard): Initialize and staticpro internal_last_event_frame and
read_key_sequence_cmd.
| author | Erik Naggum <erik@naggum.no> |
|---|---|
| date | Tue, 17 Sep 1996 16:26:44 +0000 |
| parents | 02044b05d8e0 |
| children | 3ea02d461499 |
line wrap: on
line diff
--- a/src/keyboard.c Tue Sep 17 16:19:15 1996 +0000 +++ b/src/keyboard.c Tue Sep 17 16:26:44 1996 +0000 @@ -7925,6 +7925,12 @@ 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);
