diff options
Diffstat (limited to 'src')
| -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 e828da9288f..11d08895c37 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -210,7 +210,7 @@ init_eval_once (void) | |||
| 210 | specpdl = specpdl_ptr = pdlvec + 1; | 210 | specpdl = specpdl_ptr = pdlvec + 1; |
| 211 | /* Don't forget to update docs (lispref node "Local Variables"). */ | 211 | /* Don't forget to update docs (lispref node "Local Variables"). */ |
| 212 | max_specpdl_size = 1300; /* 1000 is not enough for CEDET's c-by.el. */ | 212 | max_specpdl_size = 1300; /* 1000 is not enough for CEDET's c-by.el. */ |
| 213 | max_lisp_eval_depth = 600; | 213 | max_lisp_eval_depth = 800; |
| 214 | 214 | ||
| 215 | Vrun_hooks = Qnil; | 215 | Vrun_hooks = Qnil; |
| 216 | } | 216 | } |