mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-01 01:41:01 -08:00
(temp_echo_area_glyphs): Use Vunread_command_events.
This commit is contained in:
parent
f65013b01a
commit
ba71d84a4b
1 changed files with 1 additions and 1 deletions
|
|
@ -1028,7 +1028,7 @@ temp_echo_area_glyphs (m)
|
|||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue