mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-25 06:17:34 +00:00
* lisp/net/tramp.el (tramp-completion-multi-hop-methods):
Add ;;;###tramp-autoload cookie.
This commit is contained in:
parent
eeb7f2bc12
commit
400e1015ef
1 changed files with 1 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue