diff --git a/lisp/cider-eval.el b/lisp/cider-eval.el index 3edd2e516..9c5c92e5c 100644 --- a/lisp/cider-eval.el +++ b/lisp/cider-eval.el @@ -377,7 +377,7 @@ RESULT will be preceded by COMMENT-PREFIX. CONTINUED-PREFIX is inserted for each additional line of output. COMMENT-POSTFIX is inserted after final text output." (unless (string= result "") - (clojure-indent-line) + (indent-according-to-mode) (let ((lines (split-string result "[\n]+" t)) (beg (point)) (col (current-indentation)))