emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/cider 5a477c58dc 2/2: Tweak a comment


From: ELPA Syncer
Subject: [nongnu] elpa/cider 5a477c58dc 2/2: Tweak a comment
Date: Wed, 22 May 2024 06:59:32 -0400 (EDT)

branch: elpa/cider
commit 5a477c58dca86cbee723ddb2d0670689f53c47ed
Author: Bozhidar Batsov <bozhidar@batsov.dev>
Commit: Bozhidar Batsov <bozhidar@batsov.dev>

    Tweak a comment
---
 cider-popup.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cider-popup.el b/cider-popup.el
index d5e797b925..0f0e43e0b3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]