Skip to content

Commit

Permalink
Kill some tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Jun 20, 2015
1 parent d3aa417 commit eab43c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clojure-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -681,8 +681,8 @@ This function also returns nil meaning don't specify the indentation."
(function-tail (car
(reverse
(split-string (substring-no-properties function) "/")))))
(setq method (or (get (intern-soft function) 'clojure-indent-function)
(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)))
(cond ((member (char-after open-paren) '(?\[ ?\{))
(goto-char open-paren)
(1+ (current-column)))
Expand Down

0 comments on commit eab43c0

Please sign in to comment.