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