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 2
2
3
3
## master (unreleased)
4
4
5
+ ### 4.0.1 (19/12/2014)
6
+
5
7
### Bugs fixed
6
8
7
9
* Indent properly ` as-> ` .
Original file line number Diff line number Diff line change 9
9
; ; Bozhidar Batsov <bozhidar@batsov.com>
10
10
; ; URL: http://github.com/clojure-emacs/clojure-mode
11
11
; ; Keywords: languages clojure clojurescript lisp
12
- ; ; Version: 4.0.0
12
+ ; ; Version: 4.0.1
13
13
; ; Package-Requires: ((emacs "24.1"))
14
14
15
15
; ; This file is not part of GNU Emacs.
83
83
:link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
84
84
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
85
85
86
- (defconst clojure-mode-version " 4.0.0 "
86
+ (defconst clojure-mode-version " 4.0.1 "
87
87
" The current version of `clojure-mode' ." )
88
88
89
89
(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments