summaryrefslogtreecommitdiff
path: root/lisp/net
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2010-09-09 15:24:39 +0200
committerMichael Albinus <michael.albinus@gmx.de>2010-09-09 15:24:39 +0200
commit8fca3921b4de81848db0d8781c02d26f458bdaa6 (patch)
treefb94999d327b9d86e36fdcdb15e03c345786a9df /lisp/net
parent31ae5827c8f3fa6d83565caf6312fbb50fb7d7dc (diff)
downloademacs-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.el1
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'