Skip to content

Commit 3e712d9

Browse files
committed
Add a couple of changelog entries
1 parent f333ffd commit 3e712d9

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
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

inf-clojure.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)