aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
authorGregory Heytings2023-02-11 00:02:51 +0000
committerGregory Heytings2023-02-11 01:12:39 +0100
commit13c4d64d95abd04a0d204a6a51f9961a28c490a9 (patch)
treefdf0cd2fdc677145312edae53d70679f0069f2fa /src/lisp.h
parent8f908fb45b72a32f5965d69cac138be75537385c (diff)
downloademacs-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.h1
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);
4855extern bool detect_input_pending_ignore_squeezables (void); 4855extern bool detect_input_pending_ignore_squeezables (void);
4856extern bool detect_input_pending_run_timers (bool); 4856extern bool detect_input_pending_run_timers (bool);
4857extern void safe_run_hooks (Lisp_Object); 4857extern void safe_run_hooks (Lisp_Object);
4858extern void safe_run_hooks_maybe_narrowed (Lisp_Object, struct window *);
4859extern void safe_run_hooks_2 (Lisp_Object, Lisp_Object, Lisp_Object); 4858extern void safe_run_hooks_2 (Lisp_Object, Lisp_Object, Lisp_Object);
4860extern void cmd_error_internal (Lisp_Object, const char *); 4859extern void cmd_error_internal (Lisp_Object, const char *);
4861extern Lisp_Object command_loop_2 (Lisp_Object); 4860extern Lisp_Object command_loop_2 (Lisp_Object);