]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-cache.el (tramp-parse-connection-properties): Set
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 9 Sep 2010 13:24:39 +0000 (15:24 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 9 Sep 2010 13:24:39 +0000 (15:24 +0200)
tramp-autoload cookie.

lisp/ChangeLog
lisp/net/tramp-cache.el

index 5608a04d4c846699d21b11c05f4af3dc4bc7a453..530b724f14e86e6ceb67cb43cbbf27b98c7dadc5 100644 (file)
@@ -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.
index 7ec4c4066f1d7e9412e9424655f45a0c7065ddb9..a2864a6328fcf3ac83085a148800c744226d84c2 100644 (file)
@@ -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'