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

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

[nongnu] elpa/helm 25ac90dbf7 1/4: Prefer eql to compare buffers


From: ELPA Syncer
Subject: [nongnu] elpa/helm 25ac90dbf7 1/4: Prefer eql to compare buffers
Date: Fri, 9 Sep 2022 16:58:43 -0400 (EDT)

branch: elpa/helm
commit 25ac90dbf7f7d8c1427fed67a2470bbb955e7283
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Prefer eql to compare buffers
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index f5e86929c7..2f74c17245 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -3768,7 +3768,7 @@ in `helm-find-files-persistent-action-if'."
          (buf-name (buffer-name buf))
          (win (get-buffer-window buf))
          (helm--reading-passwd-or-string t))
-    (cond ((and buf win (eq buf (get-buffer helm-current-buffer)))
+    (cond ((and buf win (eql buf (get-buffer helm-current-buffer)))
            (user-error
             "Can't kill `helm-current-buffer' without quitting session"))
           ((and buf win (buffer-modified-p buf))



reply via email to

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