Skip to content

Commit 5a477c5

Browse files
committed
Tweak a comment
1 parent 08c8948 commit 5a477c5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cider-popup.el

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,7 @@ by adding BUFFER-NAME to the `special-display-buffer-names' list."
6464
;; another time through `cider-popup-buffer-display'):
6565
(if (and (boundp 'special-display-buffer-names)
6666
(seq-find (lambda (entry)
67-
;; Fix issue #3672 Phil Hudson 2024-05-21
6867
;; entry can be either a list or a string
69-
;; Previous code falsely assumed entry is always a list
7068
(equal (if (listp entry) (car entry) entry) buffer-name))
7169
special-display-buffer-names))
7270
(progn

0 commit comments

Comments
 (0)