diff options
| author | Romain Francoise | 2006-04-17 09:04:33 +0000 |
|---|---|---|
| committer | Romain Francoise | 2006-04-17 09:04:33 +0000 |
| commit | 1e2b8ce5f9ce5ed32b9de6b1bf42de2d6c00cacf (patch) | |
| tree | a10f5baef1b32fc056af3548b13e56e965f20231 | |
| parent | e4a89ccf738861d7b9c4f611185aa0f204c9c208 (diff) | |
| download | emacs-1e2b8ce5f9ce5ed32b9de6b1bf42de2d6c00cacf.tar.gz emacs-1e2b8ce5f9ce5ed32b9de6b1bf42de2d6c00cacf.zip | |
(Local Variables): Update the default value of `max-specpdl-size'.
| -rw-r--r-- | lispref/ChangeLog | 5 | ||||
| -rw-r--r-- | lispref/variables.texi | 2 |
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 @@ | |||
| 1 | 2006-04-17 Romain Francoise <romain@orebokech.com> | ||
| 2 | |||
| 3 | * variables.texi (Local Variables): Update the default value of | ||
| 4 | `max-specpdl-size'. | ||
| 5 | |||
| 1 | 2006-04-15 Michael Olson <mwolson@gnu.org> | 6 | 2006-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 | ||
| 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 |