]> git.eshelyaron.com Git - emacs.git/commitdiff
(temp_echo_area_glyphs): Use Vunread_command_events.
authorRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 1994 01:19:14 +0000 (01:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 26 Apr 1994 01:19:14 +0000 (01:19 +0000)
src/minibuf.c

index ddb8ae7d70a489ec9db20d5230377bbedeb48094..d188ff9a06e4bd932b1f69aeab7dd0308e675651 100644 (file)
@@ -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;
 }