Mercurial > emacs
changeset 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 | 34c3bea17a39 |
children | d912e5d238ec |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)