Mercurial > emacs
diff src/eval.c @ 90385:72dea2ff0142
Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-57
Merge from emacs--devo--0
Patches applied:
* emacs--devo--0 (patch 226-238)
- Update from CVS
- Merge from gnus--rel--5.10
- Update from CVS: lisp/progmodes/python.el (python-mode): Fix typo.
* gnus--rel--5.10 (patch 86-90)
- Update from CVS
- Merge from emacs--devo--0
| author | Miles Bader <miles@gnu.org> |
|---|---|
| date | Fri, 21 Apr 2006 05:39:14 +0000 |
| parents | a802c5505156 e15a29aaffbd |
| children | 138027c8c982 |
line wrap: on
line diff
--- a/src/eval.c Mon Apr 17 08:41:12 2006 +0000 +++ b/src/eval.c Fri Apr 21 05:39:14 2006 +0000 @@ -204,6 +204,7 @@ specpdl_size = 50; specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding)); specpdl_ptr = specpdl; + /* Don't forget to update docs (lispref node "Local Variables"). */ max_specpdl_size = 1000; max_lisp_eval_depth = 300;
