1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-06 07:31:13 -08:00
emacs/doc
Mattias Engdegård cba866599c Raise default max-specpdl-size and max-lisp-eval-depth
Recent changes have caused bootstrapping to fail for certain
configurations, and it was likely getting close to the limits
for others.  This change raises the limits to those previously
used when configured for nativecomp:

  max-specpdl-size raised from 1800 to 2500
  max-lisp-eval-depth raised from 800 to 1600

* src/eval.c (init_eval_once): Raise limits.
* doc/lispref/eval.texi (Eval):
* doc/lispref/variables.texi (Local Variables): Document new values.
2022-09-14 15:59:43 +02:00
..
emacs Rename image transform commands to be less confusing 2022-09-14 15:43:39 +02:00
lispintro Merge from origin/emacs-28 2022-08-17 06:30:25 +02:00
lispref Raise default max-specpdl-size and max-lisp-eval-depth 2022-09-14 15:59:43 +02:00
man Add new --timeout flag to emacsclient 2022-09-06 02:05:18 +02:00
misc Make a flymake.texi code example more resilient 2022-09-10 06:52:39 +02:00