projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6880ea7
)
Adapt tramp-get-completion-methods
author
Michael Albinus
<michael.albinus@gmx.de>
Sat, 2 Sep 2023 11:15:17 +0000
(13:15 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Sat, 2 Sep 2023 11:15:17 +0000
(13:15 +0200)
* lisp/net/tramp.el (tramp-get-completion-methods): Make MULTI-HOP
optional.
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 716a2dcd3df404d87c8474987ff75b1ae03e1721..9ec3f9cb3979a4de8530aa1c9195857c35638a20 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-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