]> git.eshelyaron.com Git - emacs.git/commit
Adapt some changes of last Tramp commit
authorMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Aug 2023 09:30:20 +0000 (11:30 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Tue, 29 Aug 2023 09:30:20 +0000 (11:30 +0200)
commit88bb7cdf915be620bd6499c8ddb8679f3c0792b4
treef6dc25d99341e3d8105f7c612cdd3afaebbb9458
parente9b3381a1fccc32cbc84e6a5c1bb22cf9f584c36
Adapt some changes of last Tramp commit

* lisp/net/tramp-container.el (tramp-container--completion-function):
Use METHOD as argument, instead of PROGRAM.  Determine program
from METHOD entry in `tramp-methods'.  Bind `non-essential' to
nil.  Use a file property as cache.
(tramp-container--completion-function): Use adapted arguments when
setting for "docker" and "podman".

* lisp/net/tramp.el (tramp--last-hop-directory): Adapt docstring.
Move down.
(tramp-set-completion-function): Revert default case to
`file-exists-p', the workaround isn't needed anymore.
(tramp-get-completion-methods): Rename argument to MULTI-HOP.
(tramp-completion-remote-containers): Add :version.
(tramp-multi-hop-p): Bind `tramp-verbose' to nil.
lisp/net/tramp-container.el
lisp/net/tramp.el