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 22
33## master (unreleased)
44
5+ ## 5.5.1 (2016-07-25)
6+
57### Bugs fixed
8+
69* [ #394 ] ( https://github.com/clojure-emacs/clojure-mode/issues/394 ) : ` ? ` character is now treated as prefix when outside symbols.
710* [ #394 ] ( https://github.com/clojure-emacs/clojure-mode/issues/394 ) : ` # ` character now has prefix syntax class.
811* Fixed indentation of ` definterface ` to match that of ` defprotocol ` .
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.6.0-cvs
13+ ; ; Version: 5.5.1
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.6.0-snapshot "
81+ (defconst clojure-mode-version " 5.5.1 "
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