File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 55### Bugs fixed
66
77* [ #152 ] ( https://github.com/clojure-emacs/inf-clojure/issues/152 ) : Sanitize should only remove whitespace at the end of a command.
8+ * [ #188 ] ( https://github.com/clojure-emacs/inf-clojure/pull/188 ) : Handle newlines between forms for ` inf-clojure-eval-buffer ` .
9+ * [ #189 ] ( https://github.com/clojure-emacs/inf-clojure/pull/189 ) : Font-lock code inserted in the REPL from a source buffer.
810
911## 3.0.0 (2020-08-01)
1012
Original file line number Diff line number Diff line change @@ -777,6 +777,7 @@ Indent FORM. FORM is expected to have been trimmed."
777777 (let ((end (point )))
778778 (goto-char beginning)
779779 (indent-sexp end)
780+ ; ; font-lock the inserted code
780781 (font-lock-ensure beginning end)))
781782 (comint-send-input t t ))))
782783
You can’t perform that action at this time.
0 commit comments