diff options
| author | Richard M. Stallman | 1994-04-26 01:19:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-04-26 01:19:14 +0000 |
| commit | ba71d84a4b446e2e2c0155e4f58eee5c56ea4d37 (patch) | |
| tree | 56339aa4204bb93a0796ce65051057854ff5a3cf | |
| parent | f65013b01a63db432c64e4edcaa436e3add8db9b (diff) | |
| download | emacs-ba71d84a4b446e2e2c0155e4f58eee5c56ea4d37.tar.gz emacs-ba71d84a4b446e2e2c0155e4f58eee5c56ea4d37.zip | |
(temp_echo_area_glyphs): Use Vunread_command_events.
| -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 | } |