aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain Francoise2006-04-17 09:04:33 +0000
committerRomain Francoise2006-04-17 09:04:33 +0000
commit1e2b8ce5f9ce5ed32b9de6b1bf42de2d6c00cacf (patch)
treea10f5baef1b32fc056af3548b13e56e965f20231
parente4a89ccf738861d7b9c4f611185aa0f204c9c208 (diff)
downloademacs-1e2b8ce5f9ce5ed32b9de6b1bf42de2d6c00cacf.tar.gz
emacs-1e2b8ce5f9ce5ed32b9de6b1bf42de2d6c00cacf.zip
(Local Variables): Update the default value of `max-specpdl-size'.
-rw-r--r--lispref/ChangeLog5
-rw-r--r--lispref/variables.texi2
2 files changed, 6 insertions, 1 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog
index c3591cbb64a..982be7e41a9 100644
--- a/lispref/ChangeLog
+++ b/lispref/ChangeLog
@@ -1,3 +1,8 @@
12006-04-17 Romain Francoise <romain@orebokech.com>
2
3 * variables.texi (Local Variables): Update the default value of
4 `max-specpdl-size'.
5
12006-04-15 Michael Olson <mwolson@gnu.org> 62006-04-15 Michael Olson <mwolson@gnu.org>
2 7
3 * processes.texi (Transaction Queues): Mention the new optional 8 * 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.
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
279The default value is 600. Entry to the Lisp debugger increases the 279The default value is 1000. Entry to the Lisp debugger increases the
280value, if there is little room left, to make sure the debugger itself 280value, if there is little room left, to make sure the debugger itself
281has room to execute. 281has room to execute.
282@end defvar 282@end defvar