diff --git a/cider-popup.el b/cider-popup.el index d5e797b92..0f0e43e0b 100644 --- a/cider-popup.el +++ b/cider-popup.el @@ -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