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.2.0 (04/02/2016)
6+
57### Bugs fixed
68
79* [ #361 ] ( https://github.com/clojure-emacs/clojure-mode/issues/361 ) : Fixed a typo preventing the highlighting of fn names that don't start with ` t ` .
Original file line number Diff line number Diff line change 99; ; Bozhidar Batsov <bozhidar@batsov.com>
1010; ; URL: http://github.com/clojure-emacs/clojure-mode
1111; ; Keywords: languages clojure clojurescript lisp
12- ; ; Version: 5.2.0-cvs
12+ ; ; Version: 5.2.0
1313; ; Package-Requires: ((emacs "24.3"))
1414
1515; ; This file is not part of GNU Emacs.
7777 :link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
7878 :link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
7979
80- (defconst clojure-mode-version " 5.1 .0"
80+ (defconst clojure-mode-version " 5.2 .0"
8181 " The current version of `clojure-mode' ." )
8282
8383(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments