diff options
Diffstat (limited to 'src/bytecode.c')
| -rw-r--r-- | src/bytecode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bytecode.c b/src/bytecode.c index 05bc9fcdb08..ee1b79f1826 100644 --- a/src/bytecode.c +++ b/src/bytecode.c | |||
| @@ -386,7 +386,7 @@ relocate_byte_stack (void) | |||
| 386 | Vquit_flag = Qnil; \ | 386 | Vquit_flag = Qnil; \ |
| 387 | if (EQ (Vthrow_on_input, flag)) \ | 387 | if (EQ (Vthrow_on_input, flag)) \ |
| 388 | Fthrow (Vthrow_on_input, Qt); \ | 388 | Fthrow (Vthrow_on_input, Qt); \ |
| 389 | Fsignal (Qquit, Qnil); \ | 389 | quit (); \ |
| 390 | } \ | 390 | } \ |
| 391 | else if (pending_signals) \ | 391 | else if (pending_signals) \ |
| 392 | process_pending_signals (); \ | 392 | process_pending_signals (); \ |