mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-04 08:47:11 +00:00
(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
This commit is contained in:
parent
17365af46c
commit
a8f0f55100
@ -389,7 +389,7 @@ unmark_byte_stack ()
|
||||
Vquit_flag = Qnil; \
|
||||
BEFORE_POTENTIAL_GC (); \
|
||||
if (EQ (Vthrow_on_input, flag)) \
|
||||
Fthrow (Vthrow_on_input, Qnil); \
|
||||
Fthrow (Vthrow_on_input, Qt); \
|
||||
Fsignal (Qquit, Qnil); \
|
||||
AFTER_POTENTIAL_GC (); \
|
||||
} \
|
||||
|
Loading…
Reference in New Issue
Block a user