Skip to content

Commit 3f8aa59

Browse files
committed
[#344] Fix the indentation for specify and specify!
1 parent 95d38cd commit 3f8aa59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

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

1617
## 5.0.1 (15/11/2015)
1718

clojure-mode.el

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,8 +1108,8 @@ it from Lisp code, use (put-clojure-indent 'some-symbol :defn)."
11081108
(extend 1)
11091109
(extend-protocol '(1 :defn))
11101110
(extend-type '(1 :defn))
1111-
(specify '(1 (1)))
1112-
(specify! '(1 (1)))
1111+
(specify '(1 :defn))
1112+
(specify! '(1 :defn))
11131113
(implement '(1 (1)))
11141114
(try 0)
11151115
(catch 2)

0 commit comments

Comments
 (0)