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

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

[nongnu] elpa/xah-fly-keys d4eb6f61ff: xah-make-backup backup name date


From: ELPA Syncer
Subject: [nongnu] elpa/xah-fly-keys d4eb6f61ff: xah-make-backup backup name date now more readable. 2022-06-13 instead 20220613
Date: Mon, 13 Jun 2022 23:58:57 -0400 (EDT)

branch: elpa/xah-fly-keys
commit d4eb6f61ff1c9fec04b09d0398581f7e5e31ae63
Author: Xah Lee <xah@xahlee.org>
Commit: Xah Lee <xah@xahlee.org>

    xah-make-backup backup name date now more readable. 2022-06-13 instead 
20220613
---
 xah-fly-keys.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/xah-fly-keys.el b/xah-fly-keys.el
index 98ea852a98..ed56fa1b62 100644
--- a/xah-fly-keys.el
+++ b/xah-fly-keys.el
@@ -4,7 +4,7 @@
 
 ;; Author: Xah Lee ( http://xahlee.info/ )
 ;; Maintainer: Xah Lee <xah@xahlee.org>
-;; Version: 17.13.20220526011611
+;; Version: 17.13.20220613204648
 ;; Created: 10 Sep 2013
 ;; Package-Requires: ((emacs "24.1"))
 ;; Keywords: convenience, emulations, vim, ergoemacs
@@ -2531,10 +2531,10 @@ in the same dir. If such a file already exist, it is 
overwritten.
 If the current buffer is not associated with a file, nothing's done.
 
 URL `http://xahlee.info/emacs/emacs/elisp_make-backup.html'
-Version: 2018-06-06 2020-12-18"
+Version: 2018-06-06 2020-12-18 2022-06-13"
   (interactive)
   (let (($fname (buffer-file-name))
-        ($dateTimeFormat "%Y%m%d_%H%M%S"))
+        ($dateTimeFormat "%Y-%m-%d_%H%M%S"))
     (if $fname
         (let (($backupName
                (concat $fname "~" (format-time-string $dateTimeFormat) "~")))



reply via email to

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