Variable: lisp-eval-depth-reserve
lisp-eval-depth-reserve is a variable defined in eval.c.
Value
200
Documentation
Extra depth that can be allocated to handle errors.
This is the max depth that the system will add to max-lisp-eval-depth
when calling debuggers or handler-bind handlers.
Probably introduced at or before Emacs version 30.1.
Source Code
// Defined in /usr/src/emacs/src/eval.c
DEFVAR_INT ("lisp-eval-depth-reserve", lisp_eval_depth_reserve,
doc: /* Extra depth that can be allocated to handle errors.
This is the max depth that the system will add to `max-lisp-eval-depth'
when calling debuggers or `handler-bind' handlers. */);