diff options
author | Gerd Moellmann <gerd@gnu.org> | 2000-07-05 19:57:41 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2000-07-05 19:57:41 +0000 |
commit | 21c5a64eb19d18c0b0b6290e691041098c8cfcba (patch) | |
tree | 67695dbaecaf9afa8aade822c704e867a56e8baf /src/lisp.h | |
parent | 4c576a83921d97cc744200c510fac5aa18e030f8 (diff) | |
download | emacs-21c5a64eb19d18c0b0b6290e691041098c8cfcba.tar.gz emacs-21c5a64eb19d18c0b0b6290e691041098c8cfcba.tar.bz2 emacs-21c5a64eb19d18c0b0b6290e691041098c8cfcba.zip |
(handling_signal): External declaration.
Diffstat (limited to 'src/lisp.h')
-rw-r--r-- | src/lisp.h | 1 |
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; extern Lisp_Object Vautoload_queue; extern Lisp_Object Vdebug_on_error; extern Lisp_Object Vsignaling_function; +extern int handling_signal; /* To run a normal hook, use the appropriate function from the list below. The calling convention: |