1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-23 18:47:57 +00:00

(read_filtered_event): Use Vunread_command_events.

This commit is contained in:
Richard M. Stallman 1994-04-26 01:19:39 +00:00
parent ba71d84a4b
commit 1ec84625a9

View 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