emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/lua-mode 47ac4f3 056/468: Don't have the echo command prin


From: Philip Kaludercic
Subject: [nongnu] elpa/lua-mode 47ac4f3 056/468: Don't have the echo command printed itself.
Date: Thu, 5 Aug 2021 04:58:07 -0400 (EDT)

branch: elpa/lua-mode
commit 47ac4f3fc34ae27a7f5d61f7bfa5bcc923c59a21
Author: Reuben Thomas <rrt@sc3d.org>
Commit: Reuben Thomas <rrt@sc3d.org>

    Don't have the echo command printed itself.
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 23df2e8..e73ef85 100644
--- a/Makefile
+++ b/Makefile
@@ -12,4 +12,4 @@ release:
        git tag -a -m "Release tag" rel-$(VERSION) && \
        git push origin master && git pull origin master && \
        woger lua-l lua-mode lua-mode "release $(VERSION)" "Emacs major mode 
for editing Lua files" release-notes-$(VERSION) 
http://github.com/rrthomas/lua-mode/
-       echo 'Send update to ELPA!'
+       @echo 'Send update to ELPA!'



reply via email to

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