emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101399: * net/tramp-cache.el (tramp-


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101399: * net/tramp-cache.el (tramp-parse-connection-properties): Set
Date: Thu, 09 Sep 2010 15:24:39 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101399
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-09 15:24:39 +0200
message:
  * net/tramp-cache.el (tramp-parse-connection-properties): Set
  tramp-autoload cookie.
modified:
  lisp/ChangeLog
  lisp/net/tramp-cache.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-09 02:25:12 +0000
+++ b/lisp/ChangeLog    2010-09-09 13:24:39 +0000
@@ -1,3 +1,8 @@
+2010-09-09  Michael Albinus  <address@hidden>
+
+       * net/tramp-cache.el (tramp-parse-connection-properties): Set
+       tramp-autoload cookie.
+
 2010-09-09  Glenn Morris  <address@hidden>
 
        * image.el (imagemagick-types-inhibit): Add :type, :version, :group.

=== modified file 'lisp/net/tramp-cache.el'
--- a/lisp/net/tramp-cache.el   2010-09-08 14:42:54 +0000
+++ b/lisp/net/tramp-cache.el   2010-09-09 13:24:39 +0000
@@ -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'


reply via email to

[Prev in Thread] Current Thread [Next in Thread]