File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
- Remove needless quotes from the choices of ` cider-jack-in-auto-inject-clojure ` .
16
16
- [ #2561 ] ( https://github.com/clojure-emacs/cider/issues/2561 ) : Disable undo in ` *cider-test-report* ` buffers.
17
17
- [ #3251 ] ( https://github.com/clojure-emacs/cider/pull/3251 ) : Disable undo in ` *cider-stacktrace* ` buffers.
18
- - Consecutive overlays will not be spuriously deleted.
18
+ - Consecutive overlays will not be spuriously deleted.
19
+ - [ #3260 ] ( https://github.com/clojure-emacs/cider/pull/3260 ) : Scroll REPL buffer in other frame.
19
20
20
21
## 1.5.0 (2022-08-24)
21
22
Original file line number Diff line number Diff line change @@ -229,7 +229,7 @@ If EVAL is non-nil the form will also be evaluated. Use
229
229
(when cider-switch-to-repl-on-insert
230
230
(cider-switch-to-repl-buffer))
231
231
(let ((repl (cider-current-repl)))
232
- (with-selected-window (or (get-buffer-window repl)
232
+ (with-selected-window (or (get-buffer-window repl t )
233
233
(selected-window ))
234
234
(with-current-buffer repl
235
235
(goto-char (point-max ))
You can’t perform that action at this time.
0 commit comments