Modified clojure-mode.el diff --git a/clojure-mode.el b/clojure-mode.el index 3872654f..37f7f683 100644
| 580 | 580 | (forward-sexp dir)) ; if so, jump over it |
|---|---|---|
| 581 | 581 | (setq n (- n dir))))) |
| 582 | 582 | |
| 583 | (defvar calculate-lisp-indent-last-sexp) | |
| 584 | ||
| 583 | 585 | (defun clojure-indent-function (indent-point state) |
| 584 | 586 | "This function is the normal value of the variable `lisp-indent-function'. |
| 585 | 587 | It is used when indenting a line within a function call, to see if the |