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

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

[nongnu] elpa/helm 7285c0643a 1/3: Fix comment


From: ELPA Syncer
Subject: [nongnu] elpa/helm 7285c0643a 1/3: Fix comment
Date: Wed, 13 Nov 2024 04:00:09 -0500 (EST)

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

    Fix comment
---
 helm-mode.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/helm-mode.el b/helm-mode.el
index 98a578cfb6..8f722866d8 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -2019,7 +2019,9 @@ Keys description:
          ;; Since Emacs-30+ `minibuffer-completing-file-name' affect
          ;; `file-directory-p' in that it returns `t' when testing e.g. "/ssh"
          ;; which is not a directory, as a result we end up with error in
-         ;; `helm-find-files-get-candidates' when minibuffer contains only 
"/ssh".
+         ;; `helm-find-files-get-candidates' when minibuffer contains only
+         ;; "/ssh" so we use now our own variable
+         ;; `helm--minibuffer-completing-file-name'. See emacsbug 74191.
          (helm--minibuffer-completing-file-name t)
          ;; Ensure not being prompted for password each time we
          ;; navigate to a directory.



reply via email to

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