aboutsummaryrefslogtreecommitdiffstats
path: root/w3m-session-backup.el
diff options
context:
space:
mode:
Diffstat (limited to 'w3m-session-backup.el')
-rw-r--r--w3m-session-backup.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/w3m-session-backup.el b/w3m-session-backup.el
index 89f74dd..8735fb2 100644
--- a/w3m-session-backup.el
+++ b/w3m-session-backup.el
@@ -59,6 +59,6 @@
(defun filename ()
"Generates a default filename using the current date & time."
(format "w3m-tabs-%s.yml"
- (format-time-string "%Y%m%d-%Hh%M")))
+ (format-time-string "%Y%m%d-%Hh%Mm%S")))
(save-backup)