]> git.eshelyaron.com Git - emacs.git/commitdiff
(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 12:10:40 +0000 (12:10 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 12:10:40 +0000 (12:10 +0000)
src/bytecode.c

index 918ebdd550b98611250e7bb539e9d38195c2174c..e5a3e7b2a7c6727519cb639b907f82c26f75e92c 100644 (file)
@@ -389,7 +389,7 @@ unmark_byte_stack ()
        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 ();                          \
       }                                                        \