[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] master 55d8262 1/3: Fix caching problem in Tramp smb metho
From: |
Michael Albinus |
Subject: |
[Emacs-diffs] master 55d8262 1/3: Fix caching problem in Tramp smb method |
Date: |
Mon, 12 Aug 2019 10:19:16 -0400 (EDT) |
branch: master
commit 55d82625c1565522e6162e38d0cc09e5c3c7ba3f
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>
Fix caching problem in Tramp smb method
* lisp/net/tramp-cache.el (tramp-flush-file-upper-properties):
Add "file-entries",
---
lisp/net/tramp-cache.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el
index b52203c..1380d03 100644
--- a/lisp/net/tramp-cache.el
+++ b/lisp/net/tramp-cache.el
@@ -205,7 +205,8 @@ Returns VALUE."
(maphash
(lambda (property _value)
(when (string-match-p
- "^\\(directory-\\|file-name-all-completions\\)" property)
+ "^\\(directory-\\|file-name-all-completions\\|file-entries\\)"
+ property)
(tramp-flush-file-property key file property)))
(tramp-get-hash-table key)))))