diff src/lisp.h @ 64981:62ba4ebf9352

(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
author Kim F. Storm <storm@cua.dk>
date Mon, 15 Aug 2005 12:22:43 +0000
parents 823e9f92b1aa
children 23daa927d64c 532e0a9335a9 2d92f5c9d6ae
line wrap: on
line diff
--- a/src/lisp.h	Mon Aug 15 10:41:09 2005 +0000
+++ b/src/lisp.h	Mon Aug 15 12:22:43 2005 +0000
@@ -1813,7 +1813,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);				\
       }							\
   } while (0)