aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Albinus2010-09-16 22:43:12 +0200
committerMichael Albinus2010-09-16 22:43:12 +0200
commitc6f2191fa7697f36b95c6b440ef9b4a6184d9642 (patch)
tree23a24356bb1a3bc1d242ee3bcab34f6c01886138
parent38d50547c2a8195bed0aaeafbbc4c0f277d4e416 (diff)
downloademacs-c6f2191fa7697f36b95c6b440ef9b4a6184d9642.tar.gz
emacs-c6f2191fa7697f36b95c6b440ef9b4a6184d9642.zip
* net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload cookie.
-rw-r--r--lisp/ChangeLog7
-rw-r--r--lisp/net/tramp-cmds.el1
2 files changed, 7 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 48b5581d8a9..7147ed85db6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-09-16 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-cmds.el (tramp-cleanup-connection): Set tramp-autoload
4 cookie.
5
12010-09-15 Michael Albinus <michael.albinus@gmx.de> 62010-09-15 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * net/tramp-compat.el (tramp-compat-with-temp-message) 8 * net/tramp-compat.el (tramp-compat-with-temp-message)
@@ -9,7 +14,7 @@
9 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'. 14 * net/tramp-cache.el (top): Use `tramp-compat-font-lock-add-keywords'.
10 15
11 * net/tramp.el (tramp-progress-reporter-update): Use 16 * net/tramp.el (tramp-progress-reporter-update): Use
12 `tramp-compat-funcall. 17 `tramp-compat-funcall'.
13 18
14 * net/tramp.el (tramp-process-actions): 19 * net/tramp.el (tramp-process-actions):
15 * net/tramp-gvfs.el (tramp-handle-vc-registered): 20 * net/tramp-gvfs.el (tramp-handle-vc-registered):
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index 32cbb16b9e8..5937a737b96 100644
--- a/lisp/net/tramp-cmds.el
+++ b/lisp/net/tramp-cmds.el
@@ -50,6 +50,7 @@
50 x))) 50 x)))
51 (buffer-list)))) 51 (buffer-list))))
52 52
53;;;###tramp-autoload
53(defun tramp-cleanup-connection (vec) 54(defun tramp-cleanup-connection (vec)
54 "Flush all connection related objects. 55 "Flush all connection related objects.
55This includes password cache, file cache, connection cache, buffers. 56This includes password cache, file cache, connection cache, buffers.