changeset 110292:3afdbf4cdf4b

* net/tramp-cache.el (tramp-parse-connection-properties): Set tramp-autoload cookie.
author Michael Albinus <michael.albinus@gmx.de>
date Thu, 09 Sep 2010 15:24:39 +0200
parents 561e4bca2ed8
children 8fd40d3071b1 95864039082f
files lisp/ChangeLog lisp/net/tramp-cache.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <michael.albinus@gmx.de>
+
+	* net/tramp-cache.el (tramp-parse-connection-properties): Set
+	tramp-autoload cookie.
+
 2010-09-09  Glenn Morris  <rgm@gnu.org>
 
 	* image.el (imagemagick-types-inhibit): Add :type, :version, :group.
--- 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'