We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c1b6d commit 032819bCopy full SHA for 032819b
cider-mode.el
@@ -229,7 +229,7 @@ If EVAL is non-nil the form will also be evaluated. Use
229
(when cider-switch-to-repl-on-insert
230
(cider-switch-to-repl-buffer))
231
(let ((repl (cider-current-repl)))
232
- (with-selected-window (or (get-buffer-window repl)
+ (with-selected-window (or (get-buffer-window repl t)
233
(selected-window))
234
(with-current-buffer repl
235
(goto-char (point-max))
0 commit comments