aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2023-09-01 14:03:26 +0200
committerMichael Albinus2023-09-01 14:03:26 +0200
commit400e1015efdff02b8de5ce6db3bab9e92dcdfb78 (patch)
tree6b0aa32928e93649c16a2cb7dd4c04be65383fdf
parenteeb7f2bc12bbd14a16e250e3897afa0151dd1d26 (diff)
downloademacs-400e1015efdff02b8de5ce6db3bab9e92dcdfb78.tar.gz
emacs-400e1015efdff02b8de5ce6db3bab9e92dcdfb78.zip
* lisp/net/tramp.el (tramp-completion-multi-hop-methods):
Add ;;;###tramp-autoload cookie.
-rw-r--r--lisp/net/tramp.el1
1 files changed, 1 insertions, 0 deletions
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'
3009for all methods. Resulting data are derived from default settings." 3009for all methods. Resulting data are derived from default settings."
3010 `((,(tramp-find-user method nil nil) ,(tramp-find-host method nil nil)))) 3010 `((,(tramp-find-user method nil nil) ,(tramp-find-host method nil nil))))
3011 3011
3012;;;###tramp-autoload
3012(defcustom tramp-completion-multi-hop-methods nil 3013(defcustom tramp-completion-multi-hop-methods nil
3013 "Methods for which to provide completions over multi-hop connections." 3014 "Methods for which to provide completions over multi-hop connections."
3014 :version "30.1" 3015 :version "30.1"