Skip to content

Commit

Permalink
Tweak a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed May 22, 2024
1 parent 08c8948 commit 5a477c5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cider-popup.el
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,7 @@ by adding BUFFER-NAME to the `special-display-buffer-names' list."
;; another time through `cider-popup-buffer-display'):
(if (and (boundp 'special-display-buffer-names)
(seq-find (lambda (entry)
;; Fix issue #3672 Phil Hudson 2024-05-21
;; entry can be either a list or a string
;; Previous code falsely assumed entry is always a list
(equal (if (listp entry) (car entry) entry) buffer-name))
special-display-buffer-names))
(progn
Expand Down

0 comments on commit 5a477c5

Please sign in to comment.