From 400e1015efdff02b8de5ce6db3bab9e92dcdfb78 Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 1 Sep 2023 14:03:26 +0200 Subject: [PATCH] * lisp/net/tramp.el (tramp-completion-multi-hop-methods): Add ;;;###tramp-autoload cookie. --- lisp/net/tramp.el | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.2