summaryrefslogtreecommitdiff
path: root/src/bytecode.c
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2005-08-09 12:10:40 +0000
committerRichard M. Stallman <rms@gnu.org>2005-08-09 12:10:40 +0000
commit0b76674cf55638df333d01b47c2141fa0787b845 (patch)
treeb167eef3d22059eb5e6cce6d47c67aadded18818 /src/bytecode.c
parent0fcb0ba00b1f5d32ce802a3b3cbdf759b309d87b (diff)
downloademacs-0b76674cf55638df333d01b47c2141fa0787b845.tar.gz
(BYTE_CODE_QUIT): Throw t to Vthrow_on_input.
Diffstat (limited to 'src/bytecode.c')
-rw-r--r--src/bytecode.c2
1 files changed, 1 insertions, 1 deletions
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 (); \
} \