diff options
Diffstat (limited to 'src/blockinput.h')
-rw-r--r-- | src/blockinput.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/blockinput.h b/src/blockinput.h index dc02919cf4f..3f61b2b27b9 100644 --- a/src/blockinput.h +++ b/src/blockinput.h @@ -89,7 +89,7 @@ extern int pending_atimers; do_pending_atimers (); \ } \ else if (interrupt_input_blocked < 0) \ - abort (); \ + emacs_abort (); \ } \ while (0) @@ -124,4 +124,3 @@ extern int pending_atimers; extern void reinvoke_input_signal (void); #endif /* EMACS_BLOCKINPUT_H */ - |