From: Kim F. Storm Date: Mon, 15 Aug 2005 12:22:43 +0000 (+0000) Subject: (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input. X-Git-Tag: emacs-pretest-22.0.90~7576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85c9ff2c64cf0803ded6d1be07ba132856449bc7;p=emacs.git (QUIT) [!SYNC_INPUT]: Throw t to Vthrow_on_input. --- diff --git a/src/lisp.h b/src/lisp.h index 65dd4cbcea6..3133ef23dac 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -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)