diff options
| author | Gerd Moellmann | 2000-07-05 19:57:41 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-05 19:57:41 +0000 |
| commit | 21c5a64eb19d18c0b0b6290e691041098c8cfcba (patch) | |
| tree | 67695dbaecaf9afa8aade822c704e867a56e8baf /src | |
| parent | 4c576a83921d97cc744200c510fac5aa18e030f8 (diff) | |
| download | emacs-21c5a64eb19d18c0b0b6290e691041098c8cfcba.tar.gz emacs-21c5a64eb19d18c0b0b6290e691041098c8cfcba.zip | |
(handling_signal): External declaration.
Diffstat (limited to 'src')
| -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; | |||
| 2245 | extern Lisp_Object Vautoload_queue; | 2245 | extern Lisp_Object Vautoload_queue; |
| 2246 | extern Lisp_Object Vdebug_on_error; | 2246 | extern Lisp_Object Vdebug_on_error; |
| 2247 | extern Lisp_Object Vsignaling_function; | 2247 | extern Lisp_Object Vsignaling_function; |
| 2248 | extern 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: |