aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-05 17:23:15 +0000
committerGerd Moellmann2000-07-05 17:23:15 +0000
commitfab88cb7022ae6ced44f4f132b77592f801c384c (patch)
tree1f35931759bfe0d3cf975b7d025a7130a78b84c5 /src
parent1d462b4c3d79f705616326aa2bf7540293a66619 (diff)
downloademacs-fab88cb7022ae6ced44f4f132b77592f801c384c.tar.gz
emacs-fab88cb7022ae6ced44f4f132b77592f801c384c.zip
(Vsignaling_function): External declaration.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index ca271863b26..8adbaea87e9 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2244,6 +2244,8 @@ extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag;
2244extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; 2244extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments;
2245extern Lisp_Object Vautoload_queue; 2245extern Lisp_Object Vautoload_queue;
2246extern Lisp_Object Vdebug_on_error; 2246extern Lisp_Object Vdebug_on_error;
2247extern Lisp_Object Vsignaling_function;
2248
2247/* To run a normal hook, use the appropriate function from the list below. 2249/* To run a normal hook, use the appropriate function from the list below.
2248 The calling convention: 2250 The calling convention:
2249 2251