]> git.eshelyaron.com Git - emacs.git/commit
Some minor Tramp changes
authorMichael Albinus <michael.albinus@gmx.de>
Sun, 27 Aug 2023 08:38:31 +0000 (10:38 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Sun, 27 Aug 2023 08:38:31 +0000 (10:38 +0200)
commitc122cc831869a9a11f50187c5cf999389b223eee
tree41fed358ff0dfc3edcf26d17b048de0b4b936ab0
parent4d06a9faffff4738345b688ab6e7354ec975ae8d
Some minor Tramp changes

* lisp/net/tramp-adb.el (tramp-adb-handle-make-process):
Fix error message.

* lisp/net/tramp-cache.el (tramp-dump-connection-properties):
Remove `tramp-null-hop'.

* lisp/net/tramp-message.el (tramp-message, tramp-backtrace)
(tramp-error): Handle VEC being nil.

* lisp/net/tramp.el (tramp-null-hop): Add ;;;###tramp-autoload cookie.
Use pseudo method "local".
(tramp-file-name-unify): IF VEC is nil, set it to `tramp-null-hop'.
(tramp-set-completion-function): Support also functions with
METHOD as argument.
(tramp-get-completion-methods): Add argument HOP.
(tramp-completion-handle-file-name-all-completions): Use it.
(tramp-call-process-region): Set VEC if nil.
lisp/net/tramp-adb.el
lisp/net/tramp-cache.el
lisp/net/tramp-message.el
lisp/net/tramp.el