aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKim F. Storm2005-08-15 12:22:43 +0000
committerKim F. Storm2005-08-15 12:22:43 +0000
commit85c9ff2c64cf0803ded6d1be07ba132856449bc7 (patch)
tree6b09c26e82205a1b193cbdf0fefa23c381eedce9 /src
parent3754bbd16e5a594c00356bbe0d7e7f51b9cddcb0 (diff)
downloademacs-85c9ff2c64cf0803ded6d1be07ba132856449bc7.tar.gz
emacs-85c9ff2c64cf0803ded6d1be07ba132856449bc7.zip
(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 65dd4cbcea6..3133ef23dac 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1813,7 +1813,7 @@ extern int interrupt_input_pending;
1813 Lisp_Object flag = Vquit_flag; \ 1813 Lisp_Object flag = Vquit_flag; \
1814 Vquit_flag = Qnil; \ 1814 Vquit_flag = Qnil; \
1815 if (EQ (Vthrow_on_input, flag)) \ 1815 if (EQ (Vthrow_on_input, flag)) \
1816 Fthrow (Vthrow_on_input, Qnil); \ 1816 Fthrow (Vthrow_on_input, Qt); \
1817 Fsignal (Qquit, Qnil); \ 1817 Fsignal (Qquit, Qnil); \
1818 } \ 1818 } \
1819 } while (0) 1819 } while (0)