mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-05 11:45:45 +00:00
Adapt tramp-get-completion-methods
* lisp/net/tramp.el (tramp-get-completion-methods): Make MULTI-HOP optional.
This commit is contained in:
parent
6880ea7d22
commit
d096c5dc83
@ -2923,7 +2923,7 @@ remote host and localname (filename on remote host)."
|
||||
|
||||
;; This function returns all possible method completions, adding the
|
||||
;; trailing method delimiter.
|
||||
(defun tramp-get-completion-methods (partial-method multi-hop)
|
||||
(defun tramp-get-completion-methods (partial-method &optional multi-hop)
|
||||
"Return all method completions for PARTIAL-METHOD.
|
||||
If MULTI-HOP is non-nil, return only multi-hop capable methods."
|
||||
(mapcar
|
||||
|
Loading…
Reference in New Issue
Block a user