# HG changeset patch # User Romain Francoise # Date 1145264673 0 # Node ID 8e99225a44383cb389f33a253b066d109e23f306 # Parent 027c07dcdee5b8fb7727c4b4daa07fdea064b390 (Local Variables): Update the default value of `max-specpdl-size'. diff -r 027c07dcdee5 -r 8e99225a4438 lispref/ChangeLog --- a/lispref/ChangeLog Mon Apr 17 08:36:28 2006 +0000 +++ b/lispref/ChangeLog Mon Apr 17 09:04:33 2006 +0000 @@ -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 -r 027c07dcdee5 -r 8e99225a4438 lispref/variables.texi --- a/lispref/variables.texi Mon Apr 17 08:36:28 2006 +0000 +++ b/lispref/variables.texi Mon Apr 17 09:04:33 2006 +0000 @@ -276,7 +276,7 @@ @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