diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 8aa33a11282..ef961046bcf 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1474,7 +1474,10 @@ process_quit_flag (void) | |||
| 1474 | If quit-flag is set to `kill-emacs' the SIGINT handler has received | 1474 | If quit-flag is set to `kill-emacs' the SIGINT handler has received |
| 1475 | a request to exit Emacs when it is safe to do. | 1475 | a request to exit Emacs when it is safe to do. |
| 1476 | 1476 | ||
| 1477 | When not quitting, process any pending signals. */ | 1477 | When not quitting, process any pending signals. |
| 1478 | |||
| 1479 | If you change this function, also adapt module_should_quit in | ||
| 1480 | emacs-module.c. */ | ||
| 1478 | 1481 | ||
| 1479 | void | 1482 | void |
| 1480 | maybe_quit (void) | 1483 | maybe_quit (void) |