Skip to content

Commit 20d8542

Browse files
committed
Fix a regression
#3568 (comment)
1 parent bbef4f4 commit 20d8542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-popup.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ by adding BUFFER-NAME to the `special-display-buffer-names' list."
9292
(reusable-frames .
9393
;; choose any visible frame
9494
visible)))))))
95-
buffer-name))
95+
(get-buffer buffer-name)))
9696

9797
(defun cider-popup-buffer-quit (&optional kill)
9898
"Quit the current (temp) window.

0 commit comments

Comments
 (0)