]> git.eshelyaron.com Git - emacs.git/commitdiff
Improve ange-ftp-file-remote-p
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 5 May 2023 17:39:22 +0000 (19:39 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 5 May 2023 17:39:22 +0000 (19:39 +0200)
* lisp/net/ange-ftp.el (ange-ftp-file-remote-p): Handle hop
identification.

lisp/net/ange-ftp.el

index 1c20a27801db8b17a228e4f98c00b79deb1aa476..16ec33f92dca1e5ff81d475bf51e5c5cb5691012 100644 (file)
@@ -4242,6 +4242,7 @@ directory, so that Emacs will know its current contents."
          ((eq identification 'user) user)
          ((eq identification 'host) host)
          ((eq identification 'localname) localname)
+         ((eq identification 'hop) nil)
          (t (ange-ftp-replace-name-component file ""))))))
 
 (defun ange-ftp-load (file &optional noerror nomessage nosuffix must-suffix)