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

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

[nongnu] elpa/hyperdrive 126f767a46 12/32: Comment: Add TODO


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 126f767a46 12/32: Comment: Add TODO
Date: Mon, 4 Sep 2023 18:59:34 -0400 (EDT)

branch: elpa/hyperdrive
commit 126f767a46a20c80f4fccb4f524ef6aa14484a51
Author: Joseph Turner <joseph@ushin.org>
Commit: Adam Porter <adam@alphapapa.net>

    Comment: Add TODO
---
 hyperdrive-dir.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index b2fecc3054..61cce7e146 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -181,6 +181,7 @@ DIRECTORY-SORT should be a valid value of
 `hyperdrive-directory-sort'."
   (interactive (list (hyperdrive-complete-sort)))
   (setq-local hyperdrive-directory-sort directory-sort)
+  ;; TODO: Pass `always' as predicate instead of `hyperdrive-entry-p'?
   (let ((entries (ewoc-collect hyperdrive-ewoc #'hyperdrive-entry-p)))
     (ewoc-filter hyperdrive-ewoc #'ignore)
     (dolist (entry (hyperdrive-sort-entries entries))



reply via email to

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