projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eeb7f2b
)
* lisp/net/tramp.el (tramp-completion-multi-hop-methods):
author
Michael Albinus
<michael.albinus@gmx.de>
Fri, 1 Sep 2023 12:03:26 +0000
(14:03 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Fri, 1 Sep 2023 12:03:26 +0000
(14:03 +0200)
Add ;;;###tramp-autoload cookie.
lisp/net/tramp.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp.el
b/lisp/net/tramp.el
index 3cd71ab4e71f933f831eba93a4d77ad0e7bdb014..716a2dcd3df404d87c8474987ff75b1ae03e1721 100644
(file)
--- a/
lisp/net/tramp.el
+++ b/
lisp/net/tramp.el
@@
-3009,6
+3009,7
@@
This function is added always in `tramp-get-completion-function'
for all methods. Resulting data are derived from default settings."
`((,(tramp-find-user method nil nil) ,(tramp-find-host method nil nil))))
+;;;###tramp-autoload
(defcustom tramp-completion-multi-hop-methods nil
"Methods for which to provide completions over multi-hop connections."
:version "30.1"