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 08c8948 commit 5a477c5Copy full SHA for 5a477c5
cider-popup.el
@@ -64,9 +64,7 @@ by adding BUFFER-NAME to the `special-display-buffer-names' list."
64
;; another time through `cider-popup-buffer-display'):
65
(if (and (boundp 'special-display-buffer-names)
66
(seq-find (lambda (entry)
67
- ;; Fix issue #3672 Phil Hudson 2024-05-21
68
;; entry can be either a list or a string
69
- ;; Previous code falsely assumed entry is always a list
70
(equal (if (listp entry) (car entry) entry) buffer-name))
71
special-display-buffer-names))
72
(progn
0 commit comments