mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 18:37:33 +00:00
(init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
This commit is contained in:
parent
3e1ea34239
commit
f983eb8aaa
2 changed files with 5 additions and 1 deletions
|
|
@ -1,3 +1,7 @@
|
|||
2009-08-21 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* eval.c (init_eval_once): Bump max_lisp_eval_depth to 500 for js.el.
|
||||
|
||||
2009-08-20 Michael Albinus <michael.albinus@gmx.de>
|
||||
|
||||
* dbusbind.c (XD_WITH_DBUS_WATCH_GET_UNIX_FD): New macro.
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ init_eval_once ()
|
|||
specpdl_ptr = specpdl;
|
||||
/* Don't forget to update docs (lispref node "Local Variables"). */
|
||||
max_specpdl_size = 1000;
|
||||
max_lisp_eval_depth = 400;
|
||||
max_lisp_eval_depth = 500;
|
||||
|
||||
Vrun_hooks = Qnil;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue