Mercurial > emacs
comparison src/bytecode.c @ 90188:01137c1fdbe9
Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-57
Merge from emacs--cvs-trunk--0
Patches applied:
* emacs--cvs-trunk--0 (patch 324-352)
- Merge from gnus--rel--5.10
- Update from CVS
- etc/emacs-buffer.gdb: Remove RCS keywords
* gnus--rel--5.10 (patch 70-79)
- Update from CVS
- Merge from emacs--cvs-trunk--0
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Mon, 06 Jun 2005 02:39:45 +0000 |
| parents | 566253900690 79e0dd73c671 |
| children | f9a65d7ebd29 |
comparison
equal
deleted
inserted
replaced
| 90187:587ea1490d70 | 90188:01137c1fdbe9 |
|---|---|
| 382 | 382 |
| 383 #define BYTE_CODE_QUIT \ | 383 #define BYTE_CODE_QUIT \ |
| 384 do { \ | 384 do { \ |
| 385 if (!NILP (Vquit_flag) && NILP (Vinhibit_quit)) \ | 385 if (!NILP (Vquit_flag) && NILP (Vinhibit_quit)) \ |
| 386 { \ | 386 { \ |
| 387 Lisp_Object flag = Vquit_flag; \ | |
| 387 Vquit_flag = Qnil; \ | 388 Vquit_flag = Qnil; \ |
| 388 BEFORE_POTENTIAL_GC (); \ | 389 BEFORE_POTENTIAL_GC (); \ |
| 390 if (EQ (Vthrow_on_input, flag)) \ | |
| 391 Fthrow (Vthrow_on_input, Qnil); \ | |
| 389 Fsignal (Qquit, Qnil); \ | 392 Fsignal (Qquit, Qnil); \ |
| 390 AFTER_POTENTIAL_GC (); \ | 393 AFTER_POTENTIAL_GC (); \ |
| 391 } \ | 394 } \ |
| 392 } while (0) | 395 } while (0) |
| 393 | 396 |
