branch: elpa/helm commit 80d5c9e68f7ce162967f0818ea8c9abb7d24594f Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix set function for helm-ff-show-dot-file-path --- helm-files.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/helm-files.el b/helm-files.el index d0fffdf0dd..d01a212d6b 100644 --- a/helm-files.el +++ b/helm-files.el @@ -905,8 +905,7 @@ to nil to avoid error messages when using `helm-find-files'." :type 'boolean :set (lambda (var val) (set-default var val) - (cl-loop for dir being the hash-keys of helm-ff--file-notify-watchers - do (remhash dir helm-ff--list-directory-cache)))) + (clrhash helm-ff--list-directory-cache))) (defcustom helm-ff-inotify-unsupported-methods '("adb") "Tramp methods unsupported by file-notify."