aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c5
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
1583void 1580void
1584maybe_quit (void) 1581maybe_quit (void)