projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57fc1a5
)
Fix caching problem in Tramp smb method
author
Michael Albinus
<michael.albinus@gmx.de>
Mon, 12 Aug 2019 14:17:39 +0000
(16:17 +0200)
committer
Michael Albinus
<michael.albinus@gmx.de>
Mon, 12 Aug 2019 14:17:39 +0000
(16:17 +0200)
* lisp/net/tramp-cache.el (tramp-flush-file-upper-properties):
Add "file-entries",
lisp/net/tramp-cache.el
patch
|
blob
|
history
diff --git
a/lisp/net/tramp-cache.el
b/lisp/net/tramp-cache.el
index b52203c79cfed90ac6b799776360226a265bf449..1380d0368c7fe8694f23df94fb29da4c69fc4d41 100644
(file)
--- 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)))))