Skip to content

Commit 55afc85

Browse files
author
Bozhidar Batsov
committed
Indent properly as->
1 parent 49a2a68 commit 55afc85

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## master (unreleased)
44

5+
### Bugs fixed
6+
7+
* Indent properly `as->`.
8+
59
## 4.0.0 (12/12/2014)
610

711
### Changes

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -814,6 +814,7 @@ it from Lisp code, use (put-clojure-indent 'some-symbol 'defun)."
814814
(proxy 2)
815815
(-> 1)
816816
(->> 1)
817+
(as-> 2)
817818
(some-> 1)
818819
(some->> 1)
819820
(with-open 1)

0 commit comments

Comments
 (0)