aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorMichael Albinus <[email protected]>2009-04-14 14:39:46 +0000
committerMichael Albinus <[email protected]>2009-04-14 14:39:46 +0000
commite09349c517ac80dcf3382800eb3d0d8a3310ca58 (patch)
treeb9b6c5290c79dd973bcc75a6c3e921a1328de96a /lisp
parent260821d3d5413544906ac427f7df9f14826ec0de (diff)
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
-rw-r--r--lisp/net/tramp-cmds.el2
2 files changed, 13 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bb2855cbd2..0ac85bf8ce 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
+2009-04-14 Michael Albinus <[email protected]>
+
+ * net/tramp.el (tramp-handle-dired-recursive-delete-directory):
+ Fix an error in flushing cache data.
+ (tramp-handle-process-file): Flush all file cache values for the
+ connection, because the remote process could have changed them.
+ Suggested by Stefan Monnier <[email protected]>.
+ Handle QUIT.
+
+ * net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
+ of directory "".
+
2009-04-14 Stefan Monnier <[email protected]>
* minibuffer.el (completion--try-word-completion): Don't disable
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el
index 61a4791eb4..4f159ac424 100644
--- a/lisp/net/tramp-cmds.el
+++ b/lisp/net/tramp-cmds.el
@@ -84,7 +84,7 @@ When called interactively, a Tramp connection has to be selected."
(tramp-clear-passwd vec)
;; Flush file cache.
- (tramp-flush-directory-property vec "/")
+ (tramp-flush-directory-property vec "")
;; Flush connection cache.
(tramp-flush-connection-property (tramp-get-connection-process vec))