File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 22
33## master (unreleased)
44
5+ ## 5.3.0 (2016-04-04)
6+
57### Bugs fixed
68
79* [ #371 ] ( https://github.com/clojure-emacs/clojure-mode/issues/371 ) : Don't font-lock ` :foo/def ` like a ` def ` form.
Original file line number Diff line number Diff line change 1010; ; Artur Malabarba <bruce.connor.am@gmail.com>
1111; ; URL: http://github.com/clojure-emacs/clojure-mode
1212; ; Keywords: languages clojure clojurescript lisp
13- ; ; Version: 5.3.0-cvs
13+ ; ; Version: 5.3.0
1414; ; Package-Requires: ((emacs "24.3"))
1515
1616; ; This file is not part of GNU Emacs.
7878 :link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
7979 :link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
8080
81- (defconst clojure-mode-version " 5.2 .0"
81+ (defconst clojure-mode-version " 5.3 .0"
8282 " The current version of `clojure-mode' ." )
8383
8484(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments