From: Michael Albinus Date: Fri, 1 Sep 2023 12:03:26 +0000 (+0200) Subject: * lisp/net/tramp.el (tramp-completion-multi-hop-methods): X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=400e1015efdff02b8de5ce6db3bab9e92dcdfb78;p=emacs.git * lisp/net/tramp.el (tramp-completion-multi-hop-methods): Add ;;;###tramp-autoload cookie. --- 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"