diff options
| author | Richard M. Stallman | 1994-09-22 06:37:06 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-09-22 06:37:06 +0000 |
| commit | 973e88732100a0b474a36459e6079325517044ca (patch) | |
| tree | 1df8dd6a2a8e75259691080d2ad2af5a8c711400 /src/lisp.h | |
| parent | a1341f75deaa2eb38f1142278971daad09ddb3d7 (diff) | |
| download | emacs-973e88732100a0b474a36459e6079325517044ca.tar.gz emacs-973e88732100a0b474a36459e6079325517044ca.zip | |
(Vdebug_on_error): Declared.
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 8fbc5345d32..d82a5c7372d 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1235,6 +1235,7 @@ extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro; | |||
| 1235 | extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag; | 1235 | extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag; |
| 1236 | extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; | 1236 | extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; |
| 1237 | extern Lisp_Object Vautoload_queue; | 1237 | extern Lisp_Object Vautoload_queue; |
| 1238 | extern Lisp_Object Vdebug_on_error; | ||
| 1238 | /* To run a normal hook, do | 1239 | /* To run a normal hook, do |
| 1239 | if (!NILP (Vrun_hooks)) | 1240 | if (!NILP (Vrun_hooks)) |
| 1240 | call1 (Vrun_hooks, Qmy_funny_hook); */ | 1241 | call1 (Vrun_hooks, Qmy_funny_hook); */ |