branch: elpa/helm
commit 86e6f83790d90c41474108a9c8f57712a4a54d47
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>

    Fix link to emacs-bug in comment
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 459fe9b7eaa..3843b98c6a3 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -3368,7 +3368,7 @@ Return nil on valid file name remote or not."
   ;; solution apart disabling tramp-mode when a file/dir located at /
   ;; is matching helm-tramp-file-name-regexp; This would prevent usage
   ;; of tramp if one have such a directory at / (who would want to
-  ;; have such a dir at / ???)  See emacs-bug#31489.
+  ;; have such a dir at / ???)  See https://debbugs.gnu.org/31489.
   (when (string-match-p helm-tramp-file-name-regexp fname)
     (let* ((bn    (helm-basename fname))
            (bd    (replace-regexp-in-string (regexp-quote bn) "" fname))

Reply via email to