1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-24 10:38:38 +00:00

(Vdebug_on_error): Declared.

This commit is contained in:
Richard M. Stallman 1994-09-22 06:37:06 +00:00
parent a1341f75de
commit 973e887321

View 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); */