aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2005-08-09 12:10:29 +0000
committerRichard M. Stallman2005-08-09 12:10:29 +0000
commit17365af46c54d8587a4e13c1c560b9869d57ecb5 (patch)
treef4c1b580647524f82377bdaa4fa906c596317cd3 /src
parentfb5a74cd19ffc55245bfe300734929356dfef77c (diff)
downloademacs-17365af46c54d8587a4e13c1c560b9869d57ecb5.tar.gz
emacs-17365af46c54d8587a4e13c1c560b9869d57ecb5.zip
(QUIT): 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 375e0e9cb9b..70f5ddffa94 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -1797,7 +1797,7 @@ extern int interrupt_input_pending;
1797 Lisp_Object flag = Vquit_flag; \ 1797 Lisp_Object flag = Vquit_flag; \
1798 Vquit_flag = Qnil; \ 1798 Vquit_flag = Qnil; \
1799 if (EQ (Vthrow_on_input, flag)) \ 1799 if (EQ (Vthrow_on_input, flag)) \
1800 Fthrow (Vthrow_on_input, Qnil); \ 1800 Fthrow (Vthrow_on_input, Qt); \
1801 Fsignal (Qquit, Qnil); \ 1801 Fsignal (Qquit, Qnil); \
1802 } \ 1802 } \
1803 else if (interrupt_input_pending) \ 1803 else if (interrupt_input_pending) \