diff options
| author | Richard M. Stallman | 2005-08-09 12:10:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-08-09 12:10:29 +0000 |
| commit | 17365af46c54d8587a4e13c1c560b9869d57ecb5 (patch) | |
| tree | f4c1b580647524f82377bdaa4fa906c596317cd3 /src | |
| parent | fb5a74cd19ffc55245bfe300734929356dfef77c (diff) | |
| download | emacs-17365af46c54d8587a4e13c1c560b9869d57ecb5.tar.gz emacs-17365af46c54d8587a4e13c1c560b9869d57ecb5.zip | |
(QUIT): Throw t to Vthrow_on_input.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 375e0e9cb9b..70f5ddffa94 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1797,7 +1797,7 @@ extern int interrupt_input_pending; | |||
| 1797 | Lisp_Object flag = Vquit_flag; \ | 1797 | Lisp_Object flag = Vquit_flag; \ |
| 1798 | Vquit_flag = Qnil; \ | 1798 | Vquit_flag = Qnil; \ |
| 1799 | if (EQ (Vthrow_on_input, flag)) \ | 1799 | if (EQ (Vthrow_on_input, flag)) \ |
| 1800 | Fthrow (Vthrow_on_input, Qnil); \ | 1800 | Fthrow (Vthrow_on_input, Qt); \ |
| 1801 | Fsignal (Qquit, Qnil); \ | 1801 | Fsignal (Qquit, Qnil); \ |
| 1802 | } \ | 1802 | } \ |
| 1803 | else if (interrupt_input_pending) \ | 1803 | else if (interrupt_input_pending) \ |