From ba71d84a4b446e2e2c0155e4f58eee5c56ea4d37 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 26 Apr 1994 01:19:14 +0000 Subject: [PATCH] (temp_echo_area_glyphs): Use Vunread_command_events. --- src/minibuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) 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; } -- 2.39.5