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:
parent
ba71d84a4b
commit
1ec84625a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user