emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 203ee33: Make the ELC+ELN lines line up with the other lines


From: Lars Ingebrigtsen
Subject: master 203ee33: Make the ELC+ELN lines line up with the other lines
Date: Wed, 5 May 2021 03:42:02 -0400 (EDT)

branch: master
commit 203ee33980571823147122dffb0789f92ea66b53
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make the ELC+ELN lines line up with the other lines
---
 src/verbose.mk.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/verbose.mk.in b/src/verbose.mk.in
index 085a05a..50d6ea3 100644
--- a/src/verbose.mk.in
+++ b/src/verbose.mk.in
@@ -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     " $@;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]