]> git.eshelyaron.com Git - emacs.git/commitdiff
(compile): Set `max-specpdl-size' before compiling.
authorLuc Teirlinck <teirllm@auburn.edu>
Sat, 20 Nov 2004 03:09:38 +0000 (03:09 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sat, 20 Nov 2004 03:09:38 +0000 (03:09 +0000)
lisp/ChangeLog
lisp/Makefile.in

index d38a72243900f77d8159bf670c3a466820967566..8d4eab336ddba4af11e22c2fd3d6693564347099 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-19  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * Makefile.in (compile): Set `max-specpdl-size' before compiling.
+
 2004-11-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
 
        * progmodes/ebnf2ps.el: Fix typos.  Insert :version tag into all
index c3bcb6c85e3de0ee618a1935c13e027517468ebc..5f2762cbb87f03e27cac0d4bc01751394438a437 100644 (file)
@@ -236,7 +236,8 @@ compile: $(lisp)/subdirs.el doit
          if test -f $$el; \
          then \
            echo Compiling $$el; \
-           $(emacs) -f batch-byte-compile-if-not-done $$el || exit 1; \
+           $(emacs) --eval "(setq max-specpdl-size 650)" \
+                    -f batch-byte-compile-if-not-done $$el || exit 1; \
          fi \
        done