aboutsummaryrefslogtreecommitdiffstats
path: root/src/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eval.c')
-rw-r--r--src/eval.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c
index 10e53cf9aed..cf5ca3b4bbd 100644
--- a/src/eval.c
+++ b/src/eval.c
@@ -221,7 +221,7 @@ init_eval_once (void)
221 /* Don't forget to update docs (lispref node "Local Variables"). */ 221 /* Don't forget to update docs (lispref node "Local Variables"). */
222 if (!NATIVE_COMP_FLAG) 222 if (!NATIVE_COMP_FLAG)
223 { 223 {
224 max_specpdl_size = 1600; /* 1500 is not enough for cl-generic.el. */ 224 max_specpdl_size = 1800; /* See bug#46818. */
225 max_lisp_eval_depth = 800; 225 max_lisp_eval_depth = 800;
226 } 226 }
227 else 227 else