diff options
| author | Gerd Moellmann | 2000-07-05 17:23:15 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-07-05 17:23:15 +0000 |
| commit | fab88cb7022ae6ced44f4f132b77592f801c384c (patch) | |
| tree | 1f35931759bfe0d3cf975b7d025a7130a78b84c5 /src | |
| parent | 1d462b4c3d79f705616326aa2bf7540293a66619 (diff) | |
| download | emacs-fab88cb7022ae6ced44f4f132b77592f801c384c.tar.gz emacs-fab88cb7022ae6ced44f4f132b77592f801c384c.zip | |
(Vsignaling_function): External declaration.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
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; | |||
| 2244 | extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; | 2244 | 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; | ||
| 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 | ||