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

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

[nongnu] elpa/hyperdrive 55ee45a7f0 30/32: Change: (hyperdrive-dir-sort)


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 55ee45a7f0 30/32: Change: (hyperdrive-dir-sort)
Date: Mon, 4 Sep 2023 18:59:36 -0400 (EDT)

branch: elpa/hyperdrive
commit 55ee45a7f017f4853cf951184ebb88782726ed36
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Change: (hyperdrive-dir-sort)
---
 hyperdrive-dir.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index 5e0639971f..3407f0352e 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -183,7 +183,10 @@ DIRECTORY-SORT should be a valid value of
   (let ((entries (ewoc-collect hyperdrive-ewoc #'hyperdrive-entry-p)))
     (ewoc-filter hyperdrive-ewoc #'ignore)
     (dolist (entry (hyperdrive-sort-entries entries))
-      (ewoc-enter-last hyperdrive-ewoc entry))))
+      (ewoc-enter-last hyperdrive-ewoc entry))
+    (ewoc-set-hf hyperdrive-ewoc
+                 (hyperdrive-column-headers (hyperdrive-entry-description 
hyperdrive-current-entry))
+                 "")))
 
 ;;;; Imenu support
 



reply via email to

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