]> git.eshelyaron.com Git - emacs.git/commit
Fix bug#48476
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 22 May 2021 15:51:07 +0000 (17:51 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 22 May 2021 15:51:07 +0000 (17:51 +0200)
commit4db69b32b835a833168982b0f11a43d7f62ba8b2
treee419e64ea235d6b698974cd59d53f2db1e60dd29
parent84e207c81187ff46fb94775ccb24d9b76b80db9c
Fix bug#48476

* lisp/net/tramp-archive.el (tramp-archive-autoload-file-name-handler):
Add implementation.

* lisp/net/tramp-integration.el (tramp-rename-files)
(tramp-rename-these-files): Declare them.

* lisp/net/tramp.el (tramp-autoload-file-name-handler):
Load tramp-archive.el if needed.  (Bug#48476)

* test/lisp/net/tramp-archive-tests.el (tramp-archive-test45-auto-load):
Extend test.

Use #' syntax for function symbols.
lisp/net/tramp-archive.el
lisp/net/tramp-cache.el
lisp/net/tramp-gvfs.el
lisp/net/tramp-integration.el
lisp/net/tramp-sh.el
lisp/net/tramp-sudoedit.el
lisp/net/tramp.el
test/lisp/net/tramp-archive-tests.el