diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/minibuf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/minibuf.c b/src/minibuf.c index ddb8ae7d70a..d188ff9a06e 100644 --- a/src/minibuf.c +++ b/src/minibuf.c | |||
| @@ -1028,7 +1028,7 @@ temp_echo_area_glyphs (m) | |||
| 1028 | if (!NILP (Vquit_flag)) | 1028 | if (!NILP (Vquit_flag)) |
| 1029 | { | 1029 | { |
| 1030 | Vquit_flag = Qnil; | 1030 | Vquit_flag = Qnil; |
| 1031 | unread_command_events = Fcons (make_number (quit_char), Qnil); | 1031 | Vunread_command_events = Fcons (make_number (quit_char), Qnil); |
| 1032 | } | 1032 | } |
| 1033 | Vinhibit_quit = oinhibit; | 1033 | Vinhibit_quit = oinhibit; |
| 1034 | } | 1034 | } |