branch: elpa/lua-mode
commit 658bf8f6c2bdcfe41cd14f5fb651563b41d0fbaa
Merge: d15bdb1 c1b6019
Author: immerrr again <[email protected]>
Commit: GitHub <[email protected]>
Merge pull request #166 from veprbl/patch-1
Fix reproducibility issue caused by %d pattern in export-subst
---
lua-mode.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lua-mode.el b/lua-mode.el
index 640e490..c3fcee0 100644
--- a/lua-mode.el
+++ b/lua-mode.el
@@ -34,9 +34,9 @@
;; Keywords: languages, processes, tools
-;; This field is expanded to commit SHA, date & associated heads/tags during
+;; This field is expanded to commit SHA and commit date during the
;; archive creation.
-;; Revision: $Format:%h (%cD %d)$
+;; Revision: $Format:%h (%cD)$
;;
;;; Commentary: