aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/tramp-cache.el12
1 files changed, 6 insertions, 6 deletions
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index ba29ef04429..f2ee49ff6be 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -174,12 +174,12 @@ Returns VALUE."
174 ;; Remove file properties of symlinks. 174 ;; Remove file properties of symlinks.
175 (when (and (stringp truename) 175 (when (and (stringp truename)
176 (not (string-equal file (directory-file-name truename)))) 176 (not (string-equal file (directory-file-name truename))))
177 (tramp-flush-file-property key truename))) 177 (tramp-flush-file-property key truename))
178 ;; Unify localname. 178 ;; Unify localname.
179 (setq key (copy-sequence key)) 179 (setq key (copy-sequence key))
180 (aset key 3 file) 180 (aset key 3 file)
181 (tramp-message key 8 "%s" file) 181 (tramp-message key 8 "%s" file)
182 (remhash key tramp-cache-data)) 182 (remhash key tramp-cache-data)))
183 183
184;;;###tramp-autoload 184;;;###tramp-autoload
185(defun tramp-flush-directory-property (key directory) 185(defun tramp-flush-directory-property (key directory)