branch: externals/bnf-mode
commit 1b4f75f7c8080138f4fc84eca3dfec0768bc0ffb
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
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: