Skip to content

Commit 265c069

Browse files
author
Bozhidar Batsov
committed
Update clojure-mode-version
1 parent 9ce0f46 commit 265c069

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

clojure-mode.el

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
:link '(url-link :tag "Github" "https://github.com/clojure-emacs/clojure-mode")
8181
:link '(emacs-commentary-link :tag "Commentary" "clojure-mode"))
8282

83+
(defconst clojure-mode-version "4.0.0-snapshot"
84+
"The current version of `clojure-mode'.")
85+
8386
(defface clojure-keyword-face
8487
'((t (:inherit font-lock-constant-face)))
8588
"Face used to font-lock Clojure keywords (:something)."
@@ -172,9 +175,6 @@ For example, \[ is allowed in :db/id[:db.part/user]."
172175
(modify-syntax-entry ?# "_ p" table)
173176
table))
174177

175-
(defconst clojure-mode-version "3.1.0-snapshot"
176-
"The current version of `clojure-mode'.")
177-
178178
(defconst clojure--prettify-symbols-alist
179179
'(("fn" . )))
180180

0 commit comments

Comments
 (0)