# HG changeset patch # User Michael Albinus # Date 1284038679 -7200 # Node ID 3afdbf4cdf4b5147262856a304b3df0eee3ecbf3 # Parent 561e4bca2ed807f59c08a515bc297c74f97f7175 * net/tramp-cache.el (tramp-parse-connection-properties): Set tramp-autoload cookie. diff -r 561e4bca2ed8 -r 3afdbf4cdf4b lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 09 10:04:35 2010 +0200 +++ b/lisp/ChangeLog Thu Sep 09 15:24:39 2010 +0200 @@ -1,3 +1,8 @@ +2010-09-09 Michael Albinus + + * net/tramp-cache.el (tramp-parse-connection-properties): Set + tramp-autoload cookie. + 2010-09-09 Glenn Morris * image.el (imagemagick-types-inhibit): Add :type, :version, :group. diff -r 561e4bca2ed8 -r 3afdbf4cdf4b lisp/net/tramp-cache.el --- a/lisp/net/tramp-cache.el Thu Sep 09 10:04:35 2010 +0200 +++ b/lisp/net/tramp-cache.el Thu Sep 09 15:24:39 2010 +0200 @@ -357,6 +357,7 @@ (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'