diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index c9ab56b18d1..21e89d372c2 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | /* Execution of byte code produced by bytecomp.el. | 1 | /* Execution of byte code produced by bytecomp.el. |
| 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004 | 2 | Copyright (C) 1985, 1986, 1987, 1988, 1993, 2000, 2001, 2002, 2003, 2004, |
| 3 | Free Software Foundation, Inc. | 3 | 2005 Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| 6 | 6 | ||
| @@ -389,7 +389,7 @@ unmark_byte_stack () | |||
| 389 | Vquit_flag = Qnil; \ | 389 | Vquit_flag = Qnil; \ |
| 390 | BEFORE_POTENTIAL_GC (); \ | 390 | BEFORE_POTENTIAL_GC (); \ |
| 391 | if (EQ (Vthrow_on_input, flag)) \ | 391 | if (EQ (Vthrow_on_input, flag)) \ |
| 392 | Fthrow (Vthrow_on_input, Qnil); \ | 392 | Fthrow (Vthrow_on_input, Qt); \ |
| 393 | Fsignal (Qquit, Qnil); \ | 393 | Fsignal (Qquit, Qnil); \ |
| 394 | AFTER_POTENTIAL_GC (); \ | 394 | AFTER_POTENTIAL_GC (); \ |
| 395 | } \ | 395 | } \ |