mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue