mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-07 04:10:27 -08:00
(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
This commit is contained in:
parent
3754bbd16e
commit
85c9ff2c64
1 changed files with 1 additions and 1 deletions
|
|
@ -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, Qnil); \
|
||||
Fthrow (Vthrow_on_input, Qt); \
|
||||
Fsignal (Qquit, Qnil); \
|
||||
} \
|
||||
} while (0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue