We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3aa417 commit eab43c0Copy full SHA for eab43c0
clojure-mode.el
@@ -681,8 +681,8 @@ This function also returns nil meaning don't specify the indentation."
681
(function-tail (car
682
(reverse
683
(split-string (substring-no-properties function) "/")))))
684
- (setq method (or (get (intern-soft function) 'clojure-indent-function)
685
- (get (intern-soft function-tail) 'clojure-indent-function)))
+ (setq method (or (get (intern-soft function) 'clojure-indent-function)
+ (get (intern-soft function-tail) 'clojure-indent-function)))
686
(cond ((member (char-after open-paren) '(?\[ ?\{))
687
(goto-char open-paren)
688
(1+ (current-column)))
0 commit comments