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

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

[elpa] externals/bnf-mode 1b4f75f 06/36: Add field containing commit SHA


From: Stefan Monnier
Subject: [elpa] externals/bnf-mode 1b4f75f 06/36: Add field containing commit SHA expanded during archive creation
Date: Wed, 17 Mar 2021 18:40:14 -0400 (EDT)

branch: externals/bnf-mode
commit 1b4f75f7c8080138f4fc84eca3dfec0768bc0ffb
Author: Serghei Iakovlev <egrep@protonmail.ch>
Commit: Serghei Iakovlev <egrep@protonmail.ch>

    Add field containing commit SHA expanded during archive creation
---
 bnf-mode.el | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/bnf-mode.el b/bnf-mode.el
index f9e3a6a..879aaaa 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -24,11 +24,15 @@
 ;; You should have received a copy of the GNU General Public License
 ;; along with this file.  If not, see <https://www.gnu.org/licenses/>.
 
+;; This field is expanded to commit SHA, date & associated heads/tags during
+;; archive creation.
+;; Revision: $Format:%h (%cD %d)$
+
 ;;; Commentary:
 
-;;   BNF Mode is a GNU Emacs major mode for editing BNF grammars.  Currently
-;; this mode provides basic syntax and font-locking for BNF files.  BNF 
notation
-;; is supported exactly form as it was first announced in the ALGOL 60 report.
+;;   BNF Mode is a GNU Emacs major mode for editing BNF grammars.  Presently it
+;; provides basic syntax and font-locking for BNF files.  BNF notation is
+;; supported exactly form as it was first announced in the ALGOL 60 report.
 
 ;;; Code:
 



reply via email to

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