From: Richard M. Stallman Date: Tue, 9 Aug 2005 12:10:40 +0000 (+0000) Subject: (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. X-Git-Tag: emacs-pretest-22.0.90~7688 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a8f0f551007be7c04b1fe039a8b74f3a605146f3;p=emacs.git (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. --- diff --git a/src/bytecode.c b/src/bytecode.c index 918ebdd550b..e5a3e7b2a7c 100644 --- a/src/bytecode.c +++ b/src/bytecode.c @@ -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 (); \ } \