changeset 64847:ac757cf8a328

(QUIT): Throw t to Vthrow_on_input.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 12:10:29 +0000
parents c73bec99da0b
children 51a9d1289e86
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Tue Aug 09 12:09:36 2005 +0000
+++ b/src/lisp.h	Tue Aug 09 12:10:29 2005 +0000
@@ -1797,7 +1797,7 @@
         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);				\
       }							\
     else if (interrupt_input_pending)			\