Mercurial > emacs
changeset 25972:e7205498db63
(compile): removed debugging print.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 10 Oct 1999 19:22:20 +0000 |
parents | 999bac80682f |
children | d4478190ca18 |
files | lisp/Makefile |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/Makefile Sun Oct 10 19:19:48 1999 +0000 +++ b/lisp/Makefile Sun Oct 10 19:22:20 1999 +0000 @@ -129,7 +129,6 @@ fi; \ done; \ if test $$compile_it = y; then \ - echo $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \ $(emacs) --eval "$$loadpath" -f batch-byte-compile $$el; \ else \ echo "Don't compile $$el"; \