Skip to content

Commit d7be261

Browse files
committed
[Fix #284] Fix the indentation of the are macro
1 parent 3cef9f3 commit d7be261

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
the buffer at end of line.
1313
* [#274](https://github.com/clojure-emacs/clojure-mode/issues/274): Correct font-locking of certain punctuation character literals.
1414
* Fix font-locking of namespace-prefixed dynamic vars (e.g. `some.ns/*var*`).
15+
* [#284](https://github.com/clojure-emacs/clojure-mode/issues/284): Fix the indentation of the `are` macro.
1516

1617
## 4.0.1 (19/12/2014)
1718

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
856856
;; clojure.test
857857
(testing 1)
858858
(deftest 'defun)
859-
(are 1)
859+
(are 2)
860860
(use-fixtures 'defun)
861861

862862
;; core.logic

0 commit comments

Comments
 (0)