diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 6 |
1 files changed, 6 insertions, 0 deletions
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 () | |||
| 7925 | unread_switch_frame = Qnil; | 7925 | unread_switch_frame = Qnil; |
| 7926 | staticpro (&unread_switch_frame); | 7926 | staticpro (&unread_switch_frame); |
| 7927 | 7927 | ||
| 7928 | internal_last_event_frame = Qnil; | ||
| 7929 | staticpro (&internal_last_event_frame); | ||
| 7930 | |||
| 7931 | read_key_sequence_cmd = Qnil; | ||
| 7932 | staticpro (&read_key_sequence_cmd); | ||
| 7933 | |||
| 7928 | defsubr (&Sevent_convert_list); | 7934 | defsubr (&Sevent_convert_list); |
| 7929 | defsubr (&Sread_key_sequence); | 7935 | defsubr (&Sread_key_sequence); |
| 7930 | defsubr (&Srecursive_edit); | 7936 | defsubr (&Srecursive_edit); |