]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix caching problem in Tramp smb method
authorMichael Albinus <michael.albinus@gmx.de>
Mon, 12 Aug 2019 14:17:39 +0000 (16:17 +0200)
committerMichael 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

index b52203c79cfed90ac6b799776360226a265bf449..1380d0368c7fe8694f23df94fb29da4c69fc4d41 100644 (file)
@@ -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)))))