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

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

[nongnu] elpa/helm a6634a17b6 2/3: Make file-name-history date more read


From: ELPA Syncer
Subject: [nongnu] elpa/helm a6634a17b6 2/3: Make file-name-history date more readable
Date: Sat, 9 Apr 2022 12:58:22 -0400 (EDT)

branch: elpa/helm
commit a6634a17b6acffd64ae6d6467177ed70ed476e58
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Make file-name-history date more readable
---
 helm-files.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-files.el b/helm-files.el
index 7e2e3a18c1..29da19c190 100644
--- a/helm-files.el
+++ b/helm-files.el
@@ -6020,7 +6020,7 @@ list."
 (defun helm-file-name-history-transformer (candidates _source)
   (cl-loop with lgst = (cl-loop for c in candidates maximize (length c))
            for c in candidates
-           for last-access = (format-time-string "%d/%m/%Y:%X"
+           for last-access = (format-time-string "%d/%m/%Y  %X"
                                                  (nth 4 (file-attributes c)))
            for disp = (cond ((or (file-remote-p c)
                                  (and (fboundp 'tramp-archive-file-name-p)



reply via email to

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