diff options
| author | Gregory Heytings | 2023-02-11 00:02:51 +0000 |
|---|---|---|
| committer | Gregory Heytings | 2023-02-11 01:12:39 +0100 |
| commit | 13c4d64d95abd04a0d204a6a51f9961a28c490a9 (patch) | |
| tree | fdf0cd2fdc677145312edae53d70679f0069f2fa /src/lisp.h | |
| parent | 8f908fb45b72a32f5965d69cac138be75537385c (diff) | |
| download | emacs-scratch/remove-locked-narrowing.tar.gz emacs-scratch/remove-locked-narrowing.zip | |
Remove safe_run_hooks_maybe_narrowedscratch/remove-locked-narrowing
* src/keyboard.c (safe_run_hooks_maybe_narrowed): Remove, it is
identical to 'safe_run_hooks'.
(command_loop_1): Replace calls to 'safe_run_hooks_maybe_narrowed'
by cals to 'safe_run_hooks'.
* src/lisp.h: Remove external declaration.
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); |