aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGerd Moellmann2000-07-05 19:57:41 +0000
committerGerd Moellmann2000-07-05 19:57:41 +0000
commit21c5a64eb19d18c0b0b6290e691041098c8cfcba (patch)
tree67695dbaecaf9afa8aade822c704e867a56e8baf /src
parent4c576a83921d97cc744200c510fac5aa18e030f8 (diff)
downloademacs-21c5a64eb19d18c0b0b6290e691041098c8cfcba.tar.gz
emacs-21c5a64eb19d18c0b0b6290e691041098c8cfcba.zip
(handling_signal): External declaration.
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lisp.h b/src/lisp.h
index 8adbaea87e9..6967eed2ccd 100644
--- a/src/lisp.h
+++ b/src/lisp.h
@@ -2245,6 +2245,7 @@ extern 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; 2247extern Lisp_Object Vsignaling_function;
2248extern int handling_signal;
2248 2249
2249/* To run a normal hook, use the appropriate function from the list below. 2250/* To run a normal hook, use the appropriate function from the list below.
2250 The calling convention: 2251 The calling convention: