diff options
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 | ||