aboutsummaryrefslogtreecommitdiffstats
path: root/src/lisp.h
diff options
context:
space:
mode:
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 db6c3e32be7..c051c35e169 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -4529,7 +4529,6 @@ extern Lisp_Object Vrun_hooks;
4529extern Lisp_Object Vsignaling_function; 4529extern Lisp_Object Vsignaling_function;
4530extern Lisp_Object inhibit_lisp_code; 4530extern Lisp_Object inhibit_lisp_code;
4531extern bool signal_quit_p (Lisp_Object); 4531extern bool signal_quit_p (Lisp_Object);
4532extern bool backtrace_yet;
4533 4532
4534/* To run a normal hook, use the appropriate function from the list below. 4533/* To run a normal hook, use the appropriate function from the list below.
4535 The calling convention: 4534 The calling convention: