Skip to content

Commit

Permalink
[#344] Fix the indentation for specify and specify!
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jan 2, 2016
1 parent 95d38cd commit 3f8aa59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

* Namespaces can now use the full palette of legal symbol characters.
* Namespace font-locking according to `clojure.lang.LispReader`.
* Fixed the indentation for `specify` and `specify!`.

## 5.0.1 (15/11/2015)

Expand Down
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -1108,8 +1108,8 @@ it from Lisp code, use (put-clojure-indent 'some-symbol :defn)."
(extend 1)
(extend-protocol '(1 :defn))
(extend-type '(1 :defn))
(specify '(1 (1)))
(specify! '(1 (1)))
(specify '(1 :defn))
(specify! '(1 :defn))
(implement '(1 (1)))
(try 0)
(catch 2)
Expand Down

0 comments on commit 3f8aa59

Please sign in to comment.