Mercurial > emacs
changeset 58319:c2b668999db1
*** empty log message ***
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Fri, 19 Nov 2004 14:35:40 +0000 |
parents | f748a7c91b98 |
children | dee7926ded40 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Nov 19 14:33:20 2004 +0000 +++ b/lisp/ChangeLog Fri Nov 19 14:35:40 2004 +0000 @@ -1,3 +1,7 @@ +2004-11-19 Thien-Thi Nguyen <ttn@gnu.org> + + * Makefile.in (recompile): Set `max-specpdl-size' before compiling. + 2004-11-18 Jay Belanger <belanger@truman.edu> * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary @@ -56,7 +60,7 @@ (math-simplify-expr): Declare it. Replaced argument expr in all calls of math-defsimplify by - math-simplify-expr. + math-simplify-expr. (math-simplify-plus, math-simplify-times, math-simplify-divide) (math-simplify-divisor, math-simplify-one-divisor) (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt) @@ -90,7 +94,7 @@ * calc/calc-units.el (math-simplify-expr): Declare it. Replace argument expr in all calls of math-defsimplify by - math-simplify-expr. + math-simplify-expr. (math-simplify-units-prod): Replace variable expr by declared variable math-simplify-expr.