]> git.eshelyaron.com Git - emacs.git/commitdiff
(QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input.
authorKim F. Storm <storm@cua.dk>
Mon, 15 Aug 2005 12:22:43 +0000 (12:22 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 15 Aug 2005 12:22:43 +0000 (12:22 +0000)
src/lisp.h

index 65dd4cbcea6ff1b0bef07400d5731ff0b9f2c31f..3133ef23daccbf3340aa99548e0beaac1541ad61 100644 (file)
@@ -1813,7 +1813,7 @@ extern int interrupt_input_pending;
         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)