Skip to content

Commit 446f2a0

Browse files
committed
Fix indentation for proxy
1 parent 5238822 commit 446f2a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clojure-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1183,7 +1183,7 @@ it from Lisp code, use (put-clojure-indent 'some-symbol :defn)."
11831183
(comment 0)
11841184
(doto 1)
11851185
(locking 1)
1186-
(proxy '(2 nil nil (1)))
1186+
(proxy '(2 nil nil (:defn)))
11871187
(as-> 2)
11881188

11891189
(reify '(:defn (1)))

0 commit comments

Comments
 (0)