branch: externals/tempel
commit 1203094cad705b4b9c861eee120e57a5a26e6ef1
Author: Davide Masserut <d...@mssdvd.com>
Commit: GitHub <nore...@github.com>

    Fix symlink target modification time read (#79)
---
 tempel.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tempel.el b/tempel.el
index 4f45d6be61..16c947eb9e 100644
--- a/tempel.el
+++ b/tempel.el
@@ -454,7 +454,7 @@ This is meant to be a source in `tempel-template-sources'."
              for f in files collect
              (cons f (time-convert
                       (file-attribute-modification-time
-                       (file-attributes f))
+                       (file-attributes (file-truename f)))
                       'integer)))))
       (unless (equal (car tempel--path-templates) timestamps)
         (setq tempel--path-templates (cons timestamps

Reply via email to