emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r101446: * net/tramp-cmds.el (tramp-c


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101446: * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload cookie.
Date: Thu, 16 Sep 2010 22:43:12 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101446
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-16 22:43:12 +0200
message:
  * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload cookie.
modified:
  lisp/ChangeLog
  lisp/net/tramp-cmds.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-15 20:27:11 +0000
+++ b/lisp/ChangeLog    2010-09-16 20:43:12 +0000
@@ -1,3 +1,8 @@
+2010-09-16  Michael Albinus  <address@hidden>
+
+       * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
+       cookie.
+
 2010-09-15  Michael Albinus  <address@hidden>
 
        * net/tramp-compat.el (tramp-compat-with-temp-message)
@@ -9,7 +14,7 @@
        * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
 
        * net/tramp.el (tramp-progress-reporter-update): Use
-       `tramp-compat-funcall.
+       `tramp-compat-funcall'.
 
        * net/tramp.el (tramp-process-actions):
        * net/tramp-gvfs.el (tramp-handle-vc-registered):

=== modified file 'lisp/net/tramp-cmds.el'
--- a/lisp/net/tramp-cmds.el    2010-09-08 14:42:54 +0000
+++ b/lisp/net/tramp-cmds.el    2010-09-16 20:43:12 +0000
@@ -50,6 +50,7 @@
          x)))
     (buffer-list))))
 
+;;;###tramp-autoload
 (defun tramp-cleanup-connection (vec)
   "Flush all connection related objects.
 This includes password cache, file cache, connection cache, buffers.


reply via email to

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