]> git.eshelyaron.com Git - emacs.git/commit
Fix problems with Tramp FTP and URL handler mode
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 20 Jun 2022 10:47:27 +0000 (12:47 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Mon, 20 Jun 2022 10:47:27 +0000 (12:47 +0200)
commit8400c59358c69574f3eeb2751b517f94abb28274
tree7b7a6ff01916938a084a5b62734a22d057c1a17a
parent854714efb47d3365c41a84443fa56e7e275bfb4c
Fix problems with Tramp FTP and URL handler mode

* lisp/net/tramp-archive.el (tramp-archive-run-real-handler):
Add ;;;###tramp-autoload cookie.

* lisp/net/tramp-ftp.el (tramp-ftp-file-name-handler): Prevent invocation
of `tramp-archive-file-name-handler'.  (Bug#56078)

* lisp/url/url-tramp.el (url-tramp-convert-url-to-tramp)
(url-tramp-convert-tramp-to-url): Make them more robust.
lisp/net/tramp-archive.el
lisp/net/tramp-ftp.el
lisp/url/url-tramp.el