# HG changeset patch # User Richard M. Stallman # Date 767323154 0 # Node ID 5c73863283087ef6a72f554c941ea6eb7cefc44a # Parent 9c99683eb6f08916cfa8de9418ecddd9526d9683 (temp_echo_area_glyphs): Use Vunread_command_events. diff -r 9c99683eb6f0 -r 5c7386328308 src/minibuf.c --- 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; }