Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 1951:31d5f86eb303
[xemacs-hg @ 2004-03-15 18:01:37 by james]
Break infinite loop when out of specpdl space.
author | james |
---|---|
date | Mon, 15 Mar 2004 18:01:40 +0000 |
parents | 1d840489238d |
children | 59e1bbea04fe |
line wrap: on
line diff
--- a/src/ChangeLog Sun Mar 14 22:50:33 2004 +0000 +++ b/src/ChangeLog Mon Mar 15 18:01:40 2004 +0000 @@ -1,3 +1,8 @@ +2004-03-15 Jerry James <james@xemacs.org> + + * eval.c (grow_specpdl): Add some specpdl space, even when not + debug-on-error or debug-on-signal. + 2004-03-08 Lutz Euler <lutz.euler@freenet.de> * lstream.c (Lstream_pseudo_close): Fix test for LSTREAM_FL_IS_OPEN.