diff options
| author | Juanma Barranquero | 2019-06-16 23:14:51 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2019-06-16 23:14:51 +0200 |
| commit | 4156dd384a1b6d999bdbce30507bfab77e49ab4e (patch) | |
| tree | ca9623980250c95f540023dc376108f2503bfc27 /doc | |
| parent | 2f97200bb9d006e36417ee401c7f82952d3c84a2 (diff) | |
| download | emacs-4156dd384a1b6d999bdbce30507bfab77e49ab4e.tar.gz emacs-4156dd384a1b6d999bdbce30507bfab77e49ab4e.zip | |
Bump up max_specpdl_size to 1500. (Bug#36216)
* src/eval.c (init_eval_once): Set max_specpdl_size to 1500.
* doc/lispref/variables.texi (Local Variables): Document it.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/lispref/variables.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lispref/variables.texi b/doc/lispref/variables.texi index 5e1bfbd7145..6e6448ec1e9 100644 --- a/doc/lispref/variables.texi +++ b/doc/lispref/variables.texi | |||
| @@ -303,7 +303,7 @@ that Lisp avoids infinite recursion on an ill-defined function. | |||
| 303 | @code{max-lisp-eval-depth} provides another limit on depth of nesting. | 303 | @code{max-lisp-eval-depth} provides another limit on depth of nesting. |
| 304 | @xref{Definition of max-lisp-eval-depth,, Eval}. | 304 | @xref{Definition of max-lisp-eval-depth,, Eval}. |
| 305 | 305 | ||
| 306 | The default value is 1300. Entry to the Lisp debugger increases the | 306 | The default value is 1500. Entry to the Lisp debugger increases the |
| 307 | value, if there is little room left, to make sure the debugger itself | 307 | value, if there is little room left, to make sure the debugger itself |
| 308 | has room to execute. | 308 | has room to execute. |
| 309 | @end defopt | 309 | @end defopt |