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 c07e7a37323..574c4ebf361 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -187,7 +187,7 @@ init_eval_once (void) | |||
| 187 | specpdl_ptr = specpdl; | 187 | specpdl_ptr = specpdl; |
| 188 | /* Don't forget to update docs (lispref node "Local Variables"). */ | 188 | /* Don't forget to update docs (lispref node "Local Variables"). */ |
| 189 | max_specpdl_size = 1200; /* 1000 is not enough for CEDET's c-by.el. */ | 189 | max_specpdl_size = 1200; /* 1000 is not enough for CEDET's c-by.el. */ |
| 190 | max_lisp_eval_depth = 500; | 190 | max_lisp_eval_depth = 600; |
| 191 | 191 | ||
| 192 | Vrun_hooks = Qnil; | 192 | Vrun_hooks = Qnil; |
| 193 | } | 193 | } |