From 087b413df767c1d4314ebfeeebf2614efde86e4a Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 19 Nov 2004 14:35:40 +0000 Subject: [PATCH] (recompile): Set `max-specpdl-size' before compiling. --- lisp/ChangeLog | 8 ++++++-- lisp/Makefile.in | 5 ++++- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3f7764ad1dc..e3c1a498b29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-11-19 Thien-Thi Nguyen + + * Makefile.in (recompile): Set `max-specpdl-size' before compiling. + 2004-11-18 Jay Belanger * 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. diff --git a/lisp/Makefile.in b/lisp/Makefile.in index e87ffa6f265..c3bcb6c85e3 100644 --- a/lisp/Makefile.in +++ b/lisp/Makefile.in @@ -281,7 +281,10 @@ compile-after-backup: backup-compiled-files compile-always # .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 -- 2.39.2