branch: externals/bnf-mode
commit 0f7ebc1368d02fb37dd03b311d47f94484f45142
Author: Serghei Iakovlev <[email protected]>
Commit: Serghei Iakovlev <[email protected]>
Move revision number to the common place
---
bnf-mode.el | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
diff --git a/bnf-mode.el b/bnf-mode.el
index 879aaaa..c04a0ff 100644
--- a/bnf-mode.el
+++ b/bnf-mode.el
@@ -8,6 +8,7 @@
;; URL: https://github.com/sergeyklay/bnf-mode
;; Keywords: languages
;; Package-Requires: ((cl-lib "0.5") (emacs "24.3"))
+;; Revision: $Format:%h (%cD %d)$
;;;; License
@@ -24,10 +25,6 @@
;; 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. Presently it