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 5
5
### Bugs fixed
6
6
7
7
* [ #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.
8
10
9
11
## 3.0.0 (2020-08-01)
10
12
Original file line number Diff line number Diff line change @@ -777,6 +777,7 @@ Indent FORM. FORM is expected to have been trimmed."
777
777
(let ((end (point )))
778
778
(goto-char beginning)
779
779
(indent-sexp end)
780
+ ; ; font-lock the inserted code
780
781
(font-lock-ensure beginning end)))
781
782
(comint-send-input t t ))))
782
783
You can’t perform that action at this time.
0 commit comments