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.
2 parents a5e2cde + ff971fb commit d5ba9b5Copy full SHA for d5ba9b5
cider-common.el
@@ -138,7 +138,7 @@ If OTHER-WINDOW is non-nil don't reuse current window."
138
(with-no-warnings
139
(ring-insert find-tag-marker-ring (point-marker)))
140
(if other-window
141
- (pop-to-buffer buffer)
+ (pop-to-buffer buffer 'display-buffer-pop-up-window)
142
;; like switch-to-buffer, but reuse existing window if BUFFER is visible
143
(pop-to-buffer buffer '((display-buffer-reuse-window display-buffer-same-window))))
144
(with-current-buffer buffer
0 commit comments