diff src/bytecode.c @ 64848:51a9d1289e86

(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
author Richard M. Stallman <rms@gnu.org>
date Tue, 09 Aug 2005 12:10:40 +0000
parents a0d1312ede66
children 098219e8d2e8 2d92f5c9d6ae
line wrap: on
line diff
--- a/src/bytecode.c	Tue Aug 09 12:10:29 2005 +0000
+++ b/src/bytecode.c	Tue Aug 09 12:10:40 2005 +0000
@@ -389,7 +389,7 @@
 	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 ();				\
       }							\