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

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

[elpa] externals/undo-tree 7d12602 150/195: Fix formatting bug in absolu


From: Stefan Monnier
Subject: [elpa] externals/undo-tree 7d12602 150/195: Fix formatting bug in absolute timestamps.
Date: Sat, 28 Nov 2020 13:41:41 -0500 (EST)

branch: externals/undo-tree
commit 7d12602686fac9cbc64332c6bb709de9f2bb3c28
Author: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>
Commit: Toby S. Cubitt <toby-undo-tree@dr-qubit.org>

    Fix formatting bug in absolute timestamps.
---
 undo-tree.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/undo-tree.el b/undo-tree.el
index 13c22ac..3e3f9b6 100644
--- a/undo-tree.el
+++ b/undo-tree.el
@@ -3758,7 +3758,7 @@ signaling an error if file is not found."
            (concat (make-string (- 9 n) ? ) time)
          time))
     ;; absolute time
-    (concat (if current "*" " ")
+    (concat (if current " *" "  ")
            (format-time-string "%H:%M:%S" timestamp)
            (if register
                (concat "[" (char-to-string register) "]")



reply via email to

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