comparison lispref/variables.texi @ 70045:8e99225a4438

(Local Variables): Update the default value of `max-specpdl-size'.
author Romain Francoise <romain@orebokech.com>
date Mon, 17 Apr 2006 09:04:33 +0000
parents 485885718688
children 693f5a9250ca 72dea2ff0142
comparison
equal deleted inserted replaced
70044:027c07dcdee5 70045:8e99225a4438
274 This limit, with the associated error when it is exceeded, is one way 274 This limit, with the associated error when it is exceeded, is one way
275 that Lisp avoids infinite recursion on an ill-defined function. 275 that Lisp avoids infinite recursion on an ill-defined function.
276 @code{max-lisp-eval-depth} provides another limit on depth of nesting. 276 @code{max-lisp-eval-depth} provides another limit on depth of nesting.
277 @xref{Definition of max-lisp-eval-depth,, Eval}. 277 @xref{Definition of max-lisp-eval-depth,, Eval}.
278 278
279 The default value is 600. Entry to the Lisp debugger increases the 279 The default value is 1000. Entry to the Lisp debugger increases the
280 value, if there is little room left, to make sure the debugger itself 280 value, if there is little room left, to make sure the debugger itself
281 has room to execute. 281 has room to execute.
282 @end defvar 282 @end defvar
283 283
284 @node Void Variables 284 @node Void Variables