1
0
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:
Richard M. Stallman 2005-08-09 12:10:40 +00:00
parent 17365af46c
commit a8f0f55100

View File

@ -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 (); \
} \