diff options
| author | Karoly Lorentey | 2004-12-08 22:21:07 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2004-12-08 22:21:07 +0000 |
| commit | b3be62d4c924fd8aa8b6fdfa96b03a015c586285 (patch) | |
| tree | 84d262494fc16e4a13f68dad39f2bbcd566a98d4 /src/eval.c | |
| parent | fad2f6858075f49c4c8fd16f0535c287e3f14ac3 (diff) | |
| parent | 3073399bdafd5283661fae867983d0d30c7f2536 (diff) | |
| download | emacs-b3be62d4c924fd8aa8b6fdfa96b03a015c586285.tar.gz emacs-b3be62d4c924fd8aa8b6fdfa96b03a015c586285.zip | |
Merged in changes from CVS trunk.
Patches applied:
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716
Merge from gnus--rel--5.10
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-717
Update from CVS
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718
RCS keyword removal
* miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719
Update from CVS
* miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-272
Diffstat (limited to 'src/eval.c')
| -rw-r--r-- | src/eval.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.c b/src/eval.c index 4a63b022fd6..0eb519fbfca 100644 --- a/src/eval.c +++ b/src/eval.c | |||
| @@ -204,7 +204,7 @@ init_eval_once () | |||
| 204 | specpdl_size = 50; | 204 | specpdl_size = 50; |
| 205 | specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding)); | 205 | specpdl = (struct specbinding *) xmalloc (specpdl_size * sizeof (struct specbinding)); |
| 206 | specpdl_ptr = specpdl; | 206 | specpdl_ptr = specpdl; |
| 207 | max_specpdl_size = 650; | 207 | max_specpdl_size = 1000; |
| 208 | max_lisp_eval_depth = 300; | 208 | max_lisp_eval_depth = 300; |
| 209 | 209 | ||
| 210 | Vrun_hooks = Qnil; | 210 | Vrun_hooks = Qnil; |