mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-27 19:31:38 +00:00
Comment munging wrt max-specpdl-size; nfc.
This commit is contained in:
parent
5615dcc03b
commit
6588243de7
@ -204,6 +204,7 @@ init_eval_once ()
|
||||
specpdl_size = 50;
|
||||
specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding));
|
||||
specpdl_ptr = specpdl;
|
||||
/* Don't forget to update docs (lispref node "Local Variables"). */
|
||||
max_specpdl_size = 1000;
|
||||
max_lisp_eval_depth = 300;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user