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

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

[nongnu] elpa/hyperdrive ed5f3e0bb4 10/16: Fix: (hyperdrive-history) Pas


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive ed5f3e0bb4 10/16: Fix: (hyperdrive-history) Pass length arg to string-pad
Date: Sat, 2 Dec 2023 18:59:41 -0500 (EST)

branch: elpa/hyperdrive
commit ed5f3e0bb4665cba5b6ec9e1cb16d8c92e2374e9
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Fix: (hyperdrive-history) Pass length arg to string-pad
---
 hyperdrive-history.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-history.el b/hyperdrive-history.el
index 27c44d264f..3f50b4a6da 100644
--- a/hyperdrive-history.el
+++ b/hyperdrive-history.el
@@ -188,7 +188,7 @@ prefix argument \\[universal-argument], prompt for ENTRY."
                 (propertize "Drive Version Range" 'face 'h/column-header)
                 (propertize "Size" 'face 'h/column-header)
                 (string-pad (propertize "Last Modified" 'face 'h/column-header)
-                            nil t)))
+                            h/timestamp-width nil t)))
        (queue) (ewoc))
     (with-current-buffer (get-buffer-create
                           (format "*Hyperdrive-history: %s*"



reply via email to

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