Skip to content

Commit 0d2e6a6

Browse files
committed
[Fix #499] Extract the version from the package header
1 parent 9e0ad1e commit 0d2e6a6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clojure-mode.el

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
(require 'newcomment)
7070
(require 'align)
7171
(require 'subr-x)
72+
(require 'lisp-mnt)
7273

7374
(declare-function lisp-fill-paragraph "lisp-mode" (&optional justify))
7475

@@ -79,7 +80,7 @@
7980
:link '(url-link :tag "GitHub" "https://github.com/clojure-emacs/clojure-mode")
8081
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
8182

82-
(defconst clojure-mode-version "5.10.0-snapshot"
83+
(defconst clojure-mode-version (lm-version)
8384
"The current version of `clojure-mode'.")
8485

8586
(defface clojure-keyword-face

0 commit comments

Comments
 (0)