mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 03:52:16 -08:00
(Vdebug_on_error): Declared.
This commit is contained in:
parent
a1341f75de
commit
973e887321
1 changed files with 1 additions and 0 deletions
|
|
@ -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); */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue