# HG changeset patch # User Richard M. Stallman # Date 1123589440 0 # Node ID 51a9d1289e862b6832962a2f235c8ecc0e159c1e # Parent ac757cf8a328e4b7d185bca113fad3707f78b1ef (BYTE_CODE_QUIT): Throw t to Vthrow_on_input. diff -r ac757cf8a328 -r 51a9d1289e86 src/bytecode.c --- 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 (); \ } \