branch: externals/srht
commit ffd32bfcc8a7714e067318e21b1d63c81bb46f58
Author: Aleksandr Vityazev <[email protected]>
Commit: Aleksandr Vityazev <[email protected]>

    srht: srht--view: Use existing formatters.
---
 lisp/srht.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/srht.el b/lisp/srht.el
index 5b8e712029..3b67dec13b 100644
--- a/lisp/srht.el
+++ b/lisp/srht.el
@@ -325,10 +325,10 @@ object under point."
                   (:name "Visibility"
                    :formatter (lambda (val) (when val (downcase val))))
                   (:name "Created"
-                   :formatter srht-git--format-date
+                   :formatter srht--format-date
                    :width 10)
                   (:name "Updated"
-                   :formatter srht-git--format-date
+                   :formatter srht--format-date
                    :width 10))
        :objects (plist-get repositories (intern instance))
        :getter (lambda (object column vtable)

Reply via email to