Mercurial > emacs
changeset 7105:5c7386328308
(temp_echo_area_glyphs): Use Vunread_command_events.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 26 Apr 1994 01:19:14 +0000 |
parents | 9c99683eb6f0 |
children | 06542cc6ddcd |
files | src/minibuf.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/minibuf.c Tue Apr 26 01:18:38 1994 +0000 +++ b/src/minibuf.c Tue Apr 26 01:19:14 1994 +0000 @@ -1028,7 +1028,7 @@ if (!NILP (Vquit_flag)) { Vquit_flag = Qnil; - unread_command_events = Fcons (make_number (quit_char), Qnil); + Vunread_command_events = Fcons (make_number (quit_char), Qnil); } Vinhibit_quit = oinhibit; }