File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 5.2.0 (04/02/2016)
6
+
5
7
### Bugs fixed
6
8
7
9
* [ #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 9
9
; ; Bozhidar Batsov <[email protected] >
10
10
; ; URL: http://github.com/clojure-emacs/clojure-mode
11
11
; ; Keywords: languages clojure clojurescript lisp
12
- ; ; Version: 5.2.0-cvs
12
+ ; ; Version: 5.2.0
13
13
; ; Package-Requires: ((emacs "24.3"))
14
14
15
15
; ; This file is not part of GNU Emacs.
77
77
:link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
78
78
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
79
79
80
- (defconst clojure-mode-version " 5.1 .0"
80
+ (defconst clojure-mode-version " 5.2 .0"
81
81
" The current version of `clojure-mode' ." )
82
82
83
83
(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments