emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/tempel 1203094cad: Fix symlink target modification time


From: ELPA Syncer
Subject: [elpa] externals/tempel 1203094cad: Fix symlink target modification time read (#79)
Date: Sat, 26 Nov 2022 23:58:21 -0500 (EST)

branch: externals/tempel
commit 1203094cad705b4b9c861eee120e57a5a26e6ef1
Author: Davide Masserut <dm@mssdvd.com>
Commit: GitHub <noreply@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

[Prev in Thread] Current Thread [Next in Thread]