diff --git a/lisp/net/tramp.el b/lisp/net/tramp.el index 3cd71ab4e71..716a2dcd3df 100644 --- 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"