We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 78303da + acaaf02 commit 410c75bCopy full SHA for 410c75b
clojure-mode.el
@@ -715,10 +715,7 @@ This function also returns nil meaning don't specify the indentation."
715
;; thing on that line has to be complete sexp since we are
716
;; inside the innermost containing sexp.
717
(backward-prefix-chars)
718
- (if (and (eq (char-after (point)) ?\[)
719
- (eq (char-after (elt state 1)) ?\())
720
- (+ (current-column) 2) ;; this is probably inside a defn
721
- (current-column)))
+ (current-column))
722
(let* ((function (buffer-substring (point)
723
(progn (forward-sexp 1) (point))))
724
(open-paren (elt state 1))
0 commit comments