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
04904c29
Commit
04904c29
authored
Mar 31, 1993
by
Richard M. Stallman
Browse files
(read_char): Clear Vquit_flag when we return C-g for it.
parent
9cbfb5e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/keyboard.c
src/keyboard.c
+4
-0
No files found.
src/keyboard.c
View file @
04904c29
...
...
@@ -1317,6 +1317,10 @@ read_char (commandflag, nmaps, maps, prev_event, used_mouse_menu)
XSET
(
internal_last_event_frame
,
Lisp_Frame
,
selected_frame
);
Vlast_event_frame
=
internal_last_event_frame
;
#endif
/* If we report the quit char as an event,
don't do so more than once. */
if
(
!
NILP
(
Vinhibit_quit
))
Vquit_flag
=
Qnil
;
goto
non_reread
;
}
...
...
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