summaryrefslogtreecommitdiff
path: root/doc/lispref/variables.texi
diff options
context:
space:
mode:
authorMattias EngdegÄrd <mattiase@acm.org>2020-01-01 16:35:54 +0100
committerMattias EngdegÄrd <mattiase@acm.org>2020-01-01 16:43:58 +0100
commitbb9402e6e9c12938aee31b81e25511eb1f6335d2 (patch)
tree530bc0f3049d8fb75c55d663d55599d669c20afa /doc/lispref/variables.texi
parent4011b179ffe88a0afb3b73dd1af6a75dc0c2c772 (diff)
downloademacs-bb9402e6e9c12938aee31b81e25511eb1f6335d2.tar.gz
emacs-bb9402e6e9c12938aee31b81e25511eb1f6335d2.tar.bz2
emacs-bb9402e6e9c12938aee31b81e25511eb1f6335d2.zip
Raise default max-specpdl-size value
Occasionally, loading cl-generic.el from source requires max_specpdl_size > 1600 when bootstrapping, and thus fails. In any case we are very close to the limit. * src/eval.c (init_eval_once): Raise max_specpdl_size to 1800. * doc/lispref/variables.texi (Local Variables): Update docs.
Diffstat (limited to 'doc/lispref/variables.texi')
-rw-r--r--doc/lispref/variables.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi
index 1ec97e2f3de..568eb0f7836 100644
--- a/doc/lispref/variables.texi
+++ b/doc/lispref/variables.texi
@@ -322,7 +322,7 @@ that Lisp avoids infinite recursion on an ill-defined function.
@code{max-lisp-eval-depth} provides another limit on depth of nesting.
@xref{Definition of max-lisp-eval-depth,, Eval}.
-The default value is 1600. Entry to the Lisp debugger increases the
+The default value is 1800. Entry to the Lisp debugger increases the
value, if there is little room left, to make sure the debugger itself
has room to execute.
@end defopt