From: Michael Albinus Date: Thu, 9 Sep 2010 13:24:39 +0000 (+0200) Subject: * net/tramp-cache.el (tramp-parse-connection-properties): Set X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~48^2~21 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8fca3921b4de81848db0d8781c02d26f458bdaa6;p=emacs.git * net/tramp-cache.el (tramp-parse-connection-properties): Set tramp-autoload cookie. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5608a04d4c8..530b724f14e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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'