]> code.delx.au - gnu-emacs/commitdiff
(Vdebug_on_error): Declared.
authorRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 06:37:06 +0000 (06:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 22 Sep 1994 06:37:06 +0000 (06:37 +0000)
src/lisp.h

index 8fbc5345d32f93494de133242bd0e2061fdd18a1..d82a5c7372d1a73e7eaf5c727d73480ebcdc882d 100644 (file)
@@ -1235,6 +1235,7 @@ extern Lisp_Object Qautoload, Qexit, Qinteractive, Qcommandp, Qdefun, Qmacro;
 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);  */