diff options
| author | Michael Albinus | 2009-04-14 14:39:46 +0000 |
|---|---|---|
| committer | Michael Albinus | 2009-04-14 14:39:46 +0000 |
| commit | e09349c517ac80dcf3382800eb3d0d8a3310ca58 (patch) | |
| tree | b9b6c5290c79dd973bcc75a6c3e921a1328de96a /lisp/net | |
| parent | 260821d3d5413544906ac427f7df9f14826ec0de (diff) | |
| download | emacs-e09349c517ac80dcf3382800eb3d0d8a3310ca58.tar.gz emacs-e09349c517ac80dcf3382800eb3d0d8a3310ca58.zip | |
* net/tramp-cmds.el (tramp-cleanup-connection): Flush cache data
of directory "".
Diffstat (limited to 'lisp/net')
| -rw-r--r-- | lisp/net/tramp-cmds.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/tramp-cmds.el b/lisp/net/tramp-cmds.el index 61a4791eb40..4f159ac4246 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." | |||
| 84 | (tramp-clear-passwd vec) | 84 | (tramp-clear-passwd vec) |
| 85 | 85 | ||
| 86 | ;; Flush file cache. | 86 | ;; Flush file cache. |
| 87 | (tramp-flush-directory-property vec "/") | 87 | (tramp-flush-directory-property vec "") |
| 88 | 88 | ||
| 89 | ;; Flush connection cache. | 89 | ;; Flush connection cache. |
| 90 | (tramp-flush-connection-property (tramp-get-connection-process vec)) | 90 | (tramp-flush-connection-property (tramp-get-connection-process vec)) |