]> git.eshelyaron.com Git - emacs.git/commitdiff
Comment munging wrt max-specpdl-size; nfc.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 18 Apr 2006 21:00:44 +0000 (21:00 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Tue, 18 Apr 2006 21:00:44 +0000 (21:00 +0000)
src/eval.c

index 86ee384896c2b1f74bff9c705c4902f697c2332c..20f29b5f06bfd1eb78f3e5ba46b37e32a7a252ce 100644 (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;