From 073d2246eb6ca1c6be9e7562d9a9c12a15b90b05 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Fri, 3 Feb 2023 17:52:16 +0100 Subject: elogt.el: Date-Time -> Time MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- elogt.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elogt.el b/elogt.el index 981ff16..e542126 100644 --- a/elogt.el +++ b/elogt.el @@ -165,7 +165,7 @@ A logfile priority level is one of: None, Info, Warn, Error." ("Category" 20 t) ("Package" 30 t) ("Time" 20 t)]) - (setq tabulated-list-sort-key (cons "Date-Time" t)) + (setq tabulated-list-sort-key (cons "Time" t)) (run-hooks 'elogt-mode-hook) (use-local-map elogt-mode-map)) -- cgit v1.2.3-65-gdbad