+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
(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)
* 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.
# .elc is present.
recompile: doit $(lisp)/progmodes/cc-mode.elc
- $(EMACS) $(EMACSOPT) --eval "(batch-byte-recompile-directory 0)" $(lisp)
+ $(EMACS) $(EMACSOPT) \
+ --eval "(setq max-specpdl-size 650)" \
+ --eval "(batch-byte-recompile-directory 0)" \
+ $(lisp)
# CC Mode uses a compile time macro system which causes a compile time
# dependency in cc-mode.elc on the macros in cc-langs.el and the