Skip to content

Commit 83fe6c3

Browse files
committed
Also permit alignment of forms without an indent spec
1 parent 1ed1d20 commit 83fe6c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clojure-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ construct."
849849
;; The number of special arguments in the cond form is
850850
;; the number of sexps we skip before aligning.
851851
(skip (cond ((numberp method) method)
852+
((null method) 0)
852853
((sequencep method) (elt method 0)))))
853854
(when (numberp skip)
854855
(clojure-forward-logical-sexp skip)

0 commit comments

Comments
 (0)