* src/eval.c (init_eval_once): Bump max_lisp_eval_depth to 800
Fixes: bug#17517
This commit is contained in:
parent
74079cd58b
commit
bf87b4d5a8
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ init_eval_once (void)
|
|||
specpdl = specpdl_ptr = pdlvec + 1;
|
||||
/* Don't forget to update docs (lispref node "Local Variables"). */
|
||||
max_specpdl_size = 1300; /* 1000 is not enough for CEDET's c-by.el. */
|
||||
max_lisp_eval_depth = 600;
|
||||
max_lisp_eval_depth = 800;
|
||||
|
||||
Vrun_hooks = Qnil;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue