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
85c9ff2c
Commit
85c9ff2c
authored
Aug 15, 2005
by
Kim F. Storm
Browse files
(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
parent
3754bbd1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/lisp.h
src/lisp.h
+1
-1
No files found.
src/lisp.h
View file @
85c9ff2c
...
...
@@ -1813,7 +1813,7 @@ extern int interrupt_input_pending;
Lisp_Object flag = Vquit_flag; \
Vquit_flag = Qnil; \
if (EQ (Vthrow_on_input, flag)) \
Fthrow (Vthrow_on_input, Q
nil
); \
Fthrow (Vthrow_on_input, Q
t
);
\
Fsignal (Qquit, Qnil); \
} \
} while (0)
...
...
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