1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-05-01 02:31:23 -07: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 (); \
} \