File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## master (unreleased)
4
4
5
+ ## 5.5.1 (2016-07-25)
6
+
5
7
### Bugs fixed
8
+
6
9
* [ #394 ] ( https://github.com/clojure-emacs/clojure-mode/issues/394 ) : ` ? ` character is now treated as prefix when outside symbols.
7
10
* [ #394 ] ( https://github.com/clojure-emacs/clojure-mode/issues/394 ) : ` # ` character now has prefix syntax class.
8
11
* Fixed indentation of ` definterface ` to match that of ` defprotocol ` .
Original file line number Diff line number Diff line change 10
10
; ; Artur Malabarba <[email protected] >
11
11
; ; URL: http://github.com/clojure-emacs/clojure-mode
12
12
; ; Keywords: languages clojure clojurescript lisp
13
- ; ; Version: 5.6.0-cvs
13
+ ; ; Version: 5.5.1
14
14
; ; Package-Requires: ((emacs "24.3"))
15
15
16
16
; ; This file is not part of GNU Emacs.
78
78
:link '(url-link :tag " Github" " https://github.com/clojure-emacs/clojure-mode" )
79
79
:link '(emacs-commentary-link :tag " Commentary" " clojure-mode" ))
80
80
81
- (defconst clojure-mode-version " 5.6.0-snapshot "
81
+ (defconst clojure-mode-version " 5.5.1 "
82
82
" The current version of `clojure-mode' ." )
83
83
84
84
(defface clojure-keyword-face
You can’t perform that action at this time.
0 commit comments