]> git.eshelyaron.com Git - emacs.git/commit
Raise default max-specpdl-size value
authorMattias Engdegård <mattiase@acm.org>
Wed, 1 Jan 2020 15:35:54 +0000 (16:35 +0100)
committerMattias Engdegård <mattiase@acm.org>
Wed, 1 Jan 2020 15:43:58 +0000 (16:43 +0100)
commitbb9402e6e9c12938aee31b81e25511eb1f6335d2
tree530bc0f3049d8fb75c55d663d55599d669c20afa
parent4011b179ffe88a0afb3b73dd1af6a75dc0c2c772
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.
doc/lispref/variables.texi
src/eval.c