Mercurial > emacs
changeset 8995:2281d87b7c91
(Vdebug_on_error): Declared.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 22 Sep 1994 06:37:06 +0000 |
parents | 818bddaf3e03 |
children | 06a5ceb0fb21 |
files | src/lisp.h |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lisp.h Thu Sep 22 06:26:46 1994 +0000 +++ b/src/lisp.h Thu Sep 22 06:37:06 1994 +0000 @@ -1235,6 +1235,7 @@ extern Lisp_Object Vinhibit_quit, Qinhibit_quit, Vquit_flag; extern Lisp_Object Vmocklisp_arguments, Qmocklisp, Qmocklisp_arguments; extern Lisp_Object Vautoload_queue; +extern Lisp_Object Vdebug_on_error; /* To run a normal hook, do if (!NILP (Vrun_hooks)) call1 (Vrun_hooks, Qmy_funny_hook); */