From: Michael Albinus Date: Mon, 12 Aug 2019 14:17:39 +0000 (+0200) Subject: Fix caching problem in Tramp smb method X-Git-Tag: emacs-27.0.90~1642 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=55d82625c1565522e6162e38d0cc09e5c3c7ba3f;p=emacs.git Fix caching problem in Tramp smb method * lisp/net/tramp-cache.el (tramp-flush-file-upper-properties): Add "file-entries", --- diff --git a/lisp/net/tramp-cache.el b/lisp/net/tramp-cache.el index b52203c79cf..1380d0368c7 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)))))