From: Romain Francoise Date: Mon, 17 Apr 2006 09:04:33 +0000 (+0000) Subject: (Local Variables): Update the default value of `max-specpdl-size'. X-Git-Tag: emacs-pretest-22.0.90~3120 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1e2b8ce5f9ce5ed32b9de6b1bf42de2d6c00cacf;p=emacs.git (Local Variables): Update the default value of `max-specpdl-size'. --- diff --git a/lispref/ChangeLog b/lispref/ChangeLog index c3591cbb64a..982be7e41a9 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,8 @@ +2006-04-17 Romain Francoise + + * variables.texi (Local Variables): Update the default value of + `max-specpdl-size'. + 2006-04-15 Michael Olson * processes.texi (Transaction Queues): Mention the new optional diff --git a/lispref/variables.texi b/lispref/variables.texi index f3e81c3ddd3..d97848549c0 100644 --- a/lispref/variables.texi +++ b/lispref/variables.texi @@ -276,7 +276,7 @@ that Lisp avoids infinite recursion on an ill-defined function. @code{max-lisp-eval-depth} provides another limit on depth of nesting. @xref{Definition of max-lisp-eval-depth,, Eval}. -The default value is 600. Entry to the Lisp debugger increases the +The default value is 1000. Entry to the Lisp debugger increases the value, if there is little room left, to make sure the debugger itself has room to execute. @end defvar