diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lread.c b/src/lread.c index bf6b1f4a2ba..105e9c5efe0 100644 --- a/src/lread.c +++ b/src/lread.c | |||
| @@ -259,7 +259,7 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii) | |||
| 259 | { | 259 | { |
| 260 | if (error_nonascii) | 260 | if (error_nonascii) |
| 261 | { | 261 | { |
| 262 | unread_command_events = Fcons (val, Qnil); | 262 | Vunread_command_events = Fcons (val, Qnil); |
| 263 | error ("Non-character input-event"); | 263 | error ("Non-character input-event"); |
| 264 | } | 264 | } |
| 265 | else | 265 | else |