diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/eval.c b/src/eval.c index 0dc8639a8d4..2409d3d2c4b 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1484,10 +1484,7 @@ process_quit_flag (void) | |||
| 1484 | If quit-flag is set to `kill-emacs' the SIGINT handler has received | 1484 | If quit-flag is set to `kill-emacs' the SIGINT handler has received |
| 1485 | a request to exit Emacs when it is safe to do. | 1485 | a request to exit Emacs when it is safe to do. |
| 1486 | 1486 | ||
| 1487 | When not quitting, process any pending signals. | 1487 | When not quitting, process any pending signals. */ |
| 1488 | |||
| 1489 | If you change this function, also adapt module_should_quit in | ||
| 1490 | emacs-module.c. */ | ||
| 1491 | 1488 | ||
| 1492 | void | 1489 | void |
| 1493 | maybe_quit (void) | 1490 | maybe_quit (void) |