1
0
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:
Thien-Thi Nguyen 2006-04-18 21:00:44 +00:00
parent 5615dcc03b
commit 6588243de7

View File

@ -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;