diff options
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 0993767b9e3..60e3c77a3a3 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -221,7 +221,7 @@ init_eval_once () | |||
| 221 | specpdl_ptr = specpdl; | 221 | specpdl_ptr = specpdl; |
| 222 | /* Don't forget to update docs (lispref node "Local Variables"). */ | 222 | /* Don't forget to update docs (lispref node "Local Variables"). */ |
| 223 | max_specpdl_size = 1000; | 223 | max_specpdl_size = 1000; |
| 224 | max_lisp_eval_depth = 300; | 224 | max_lisp_eval_depth = 400; |
| 225 | 225 | ||
| 226 | Vrun_hooks = Qnil; | 226 | Vrun_hooks = Qnil; |
| 227 | } | 227 | } |