]> git.eshelyaron.com Git - emacs.git/commitdiff
(recompile): Set `max-specpdl-size' before compiling.
authorThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 19 Nov 2004 14:35:40 +0000 (14:35 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Fri, 19 Nov 2004 14:35:40 +0000 (14:35 +0000)
lisp/ChangeLog
lisp/Makefile.in

index 3f7764ad1dc8107b6e789881f9f7977754b77f98..e3c1a498b29a7b8ba31253cfea0e8a6789f323fe 100644 (file)
@@ -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.
 
index e87ffa6f26574d30a9e2523dab9f91d1a74acf37..c3bcb6c85e3de0ee618a1935c13e027517468ebc 100644 (file)
@@ -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