branch: elpa/helm commit 25ac90dbf7f7d8c1427fed67a2470bbb955e7283 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@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))