diff options
Diffstat (limited to 'src/lisp.h')
| -rw-r--r-- | src/lisp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index d1431352845..3fddb090f61 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -4855,7 +4855,6 @@ extern bool detect_input_pending (void); | |||
| 4855 | extern bool detect_input_pending_ignore_squeezables (void); | 4855 | extern bool detect_input_pending_ignore_squeezables (void); |
| 4856 | extern bool detect_input_pending_run_timers (bool); | 4856 | extern bool detect_input_pending_run_timers (bool); |
| 4857 | extern void safe_run_hooks (Lisp_Object); | 4857 | extern void safe_run_hooks (Lisp_Object); |
| 4858 | extern void safe_run_hooks_maybe_narrowed (Lisp_Object, struct window *); | ||
| 4859 | extern void safe_run_hooks_2 (Lisp_Object, Lisp_Object, Lisp_Object); | 4858 | extern void safe_run_hooks_2 (Lisp_Object, Lisp_Object, Lisp_Object); |
| 4860 | extern void cmd_error_internal (Lisp_Object, const char *); | 4859 | extern void cmd_error_internal (Lisp_Object, const char *); |
| 4861 | extern Lisp_Object command_loop_2 (Lisp_Object); | 4860 | extern Lisp_Object command_loop_2 (Lisp_Object); |