We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6921518 commit a1d6a0fCopy full SHA for a1d6a0f
clojure-mode.el
@@ -82,9 +82,8 @@
82
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
83
84
(defconst clojure-mode-version
85
- (let ((thisbuffer (or load-file-name buffer-file-name)))
86
- (with-temp-buffer (insert-file-contents thisbuffer)
87
- (lm-version)))
+ (eval-when-compile
+ (lm-version (or load-file-name buffer-file-name)))
88
"The current version of `clojure-mode'.")
89
90
(defface clojure-keyword-face
0 commit comments