mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-31 20:02:42 +00:00
(compile): removed debugging print.
This commit is contained in:
parent
6f0e64299a
commit
4f875c8780
@ -129,7 +129,6 @@ compile: doit
|
||||
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"; \
|
||||
|
Loading…
Reference in New Issue
Block a user