Skip to content

Commit

Permalink
[Fix #284] Fix the indentation of the are macro
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 10, 2015
1 parent 3cef9f3 commit d7be261
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
the buffer at end of line.
* [#274](https://github.com/clojure-emacs/clojure-mode/issues/274): Correct font-locking of certain punctuation character literals.
* Fix font-locking of namespace-prefixed dynamic vars (e.g. `some.ns/*var*`).
* [#284](https://github.com/clojure-emacs/clojure-mode/issues/284): Fix the indentation of the `are` macro.

## 4.0.1 (19/12/2014)

Expand Down
2 changes: 1 addition & 1 deletion clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
;; clojure.test
(testing 1)
(deftest 'defun)
(are 1)
(are 2)
(use-fixtures 'defun)

;; core.logic
Expand Down

0 comments on commit d7be261

Please sign in to comment.