]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the ELC+ELN lines line up with the other lines
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 May 2021 07:41:49 +0000 (09:41 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 5 May 2021 07:41:49 +0000 (09:41 +0200)
src/verbose.mk.in

index 085a05a2fa6be0bf7e7e18c4c91e4e5b8a4ff02c..50d6ea32000cb2fd015413f4da65e677d6e10720 100644 (file)
@@ -38,7 +38,7 @@ ifeq ($(HAVE_NATIVE_COMP),yes)
 ifeq ($(NATIVE_DISABLED),1)
 AM_V_ELC = @echo "  ELC     " $@;
 else
-AM_V_ELC = @echo "  ELC+ELN     " $@;
+AM_V_ELC = @echo "  ELC+ELN " $@;
 endif
 else
 AM_V_ELC = @echo "  ELC     " $@;