From 5a477c58dca86cbee723ddb2d0670689f53c47ed Mon Sep 17 00:00:00 2001 From: Bozhidar Batsov Date: Wed, 22 May 2024 13:30:25 +0300 Subject: [PATCH] Tweak a comment --- cider-popup.el | 2 -- 1 file changed, 2 deletions(-) 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