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 b094fc2e663..b6cdfc911d0 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -1575,10 +1575,7 @@ process_quit_flag (void) | |||
| 1575 | If quit-flag is set to `kill-emacs' the SIGINT handler has received | 1575 | If quit-flag is set to `kill-emacs' the SIGINT handler has received |
| 1576 | a request to exit Emacs when it is safe to do. | 1576 | a request to exit Emacs when it is safe to do. |
| 1577 | 1577 | ||
| 1578 | When not quitting, process any pending signals. | 1578 | When not quitting, process any pending signals. */ |
| 1579 | |||
| 1580 | If you change this function, also adapt module_should_quit in | ||
| 1581 | emacs-module.c. */ | ||
| 1582 | 1579 | ||
| 1583 | void | 1580 | void |
| 1584 | maybe_quit (void) | 1581 | maybe_quit (void) |