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
69bbd6bd
Commit
69bbd6bd
authored
Dec 21, 2004
by
Richard M. Stallman
Browse files
(unwind_to_catch): Clear immediate_quit.
parent
75fa7206
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/eval.c
src/eval.c
+1
-0
No files found.
src/eval.c
View file @
69bbd6bd
...
...
@@ -1178,6 +1178,7 @@ unwind_to_catch (catch, value)
set_poll_suppress_count
(
catch
->
poll_suppress_count
);
interrupt_input_blocked
=
catch
->
interrupt_input_blocked
;
handling_signal
=
0
;
immediate_quit
=
0
;
do
{
...
...
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