diff options
| author | Martin Edström <meedstrom@runbox.eu> | 2026-03-05 03:46:24 +0100 |
|---|---|---|
| committer | Martin Edström <meedstrom@runbox.eu> | 2026-03-05 03:46:24 +0100 |
| commit | 6540dd050c0db1e73e03dfa6fe253dd5fb03b579 (patch) | |
| tree | 98edfec5ce8d91b416e50e13989b0e53a368b572 | |
| parent | 8a0d74c2f76328fbc643b700653fb63088bae1f6 (diff) | |
Release version 0.3.7externals/truename-cache
| -rw-r--r-- | truename-cache.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/truename-cache.el b/truename-cache.el index ea2a981..1f7eb8d 100644 --- a/truename-cache.el +++ b/truename-cache.el @@ -6,7 +6,7 @@ ;; URL: https://github.com/meedstrom/truename-cache ;; Created: 2026-02-16 ;; Keywords: lisp -;; Package-Version: 0.3.6 +;; Package-Version: 0.3.7 ;; Package-Requires: ((emacs "27.1") (compat "30.1")) ;; This program is free software: you can redistribute it and/or modify @@ -599,6 +599,7 @@ Otherwise, they are quietly skipped." unless (cl-some (lambda (root) (string-prefix-p root dir)) test-roots) collect dir))) + (all-flat-dirs (progn (dolist (dir dirs-flat) @@ -618,6 +619,7 @@ Otherwise, they are quietly skipped." when (not (and FULL-DIR-DENY-RE (string-match-p FULL-DIR-DENY-RE dir))) collect (file-name-as-directory (file-truename dir)))))))) + (clrhash truename-cache--visited) (setq truename-cache--results nil) (with-temp-buffer ; No buffer-env |
