Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
1ec84625
Commit
1ec84625
authored
Apr 26, 1994
by
Richard M. Stallman
Browse files
(read_filtered_event): Use Vunread_command_events.
parent
ba71d84a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lread.c
src/lread.c
+1
-1
No files found.
src/lread.c
View file @
1ec84625
...
...
@@ -259,7 +259,7 @@ read_filtered_event (no_switch_frame, ascii_required, error_nonascii)
{
if
(
error_nonascii
)
{
unread_command_events
=
Fcons
(
val
,
Qnil
);
V
unread_command_events
=
Fcons
(
val
,
Qnil
);
error
(
"Non-character input-event"
);
}
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment