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

index bf6b1f4a2baef1c0630624d7a1927c0a6033c70d..105e9c5efe0b77c04654aa74eb48911aa76cc450 100644 (file)
@@ -259,7 +259,7 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii)
        {
          if (error_nonascii)
            {
-             unread_command_events = Fcons (val, Qnil);
+             Vunread_command_events = Fcons (val, Qnil);
              error ("Non-character input-event");
            }
          else