diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2010-09-09 15:24:39 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2010-09-09 15:24:39 +0200 |
commit | 8fca3921b4de81848db0d8781c02d26f458bdaa6 (patch) | |
tree | fb94999d327b9d86e36fdcdb15e03c345786a9df /lisp/net | |
parent | 31ae5827c8f3fa6d83565caf6312fbb50fb7d7dc (diff) | |
download | emacs-8fca3921b4de81848db0d8781c02d26f458bdaa6.tar.gz |
* net/tramp-cache.el (tramp-parse-connection-properties): Set
tramp-autoload cookie.
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/tramp-cache.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index 7ec4c4066f1..a2864a6328f 100644 --- a/lisp/net/tramp-cache.el +++ b/lisp/net/tramp-cache.el @@ -357,6 +357,7 @@ KEY identifies the connection, it is either a process or a vector." (remove-hook 'kill-emacs-hook 'tramp-dump-connection-properties))) +;;;###tramp-autoload (defun tramp-parse-connection-properties (method) "Return a list of (user host) tuples allowed to access for METHOD. This function is added always in `tramp-get-completion-function' |