Mercurial > emacs
changeset 64848:51a9d1289e86
(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Aug 2005 12:10:40 +0000 |
parents | ac757cf8a328 |
children | a2d841662b3d |
files | src/bytecode.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/bytecode.c Tue Aug 09 12:10:29 2005 +0000 +++ b/src/bytecode.c Tue Aug 09 12:10:40 2005 +0000 @@ -389,7 +389,7 @@ 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 (); \ } \