branch: elpa/hyperdrive
commit 6d41b67aabbac1ab5d552ba50debec17f3a15734
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Comment: Add TODO
---
hyperdrive-vars.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 23256b4f12..a10170d548 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -101,6 +101,7 @@ Internally, a cons cell of (KEY . PREDICATE), the KEY being
the
appropriate function (e.g. `time-less-p' for
`hyperdrive-entry-mtime', `<' for `hyperdrive-entry-size',
etc)."
+ ;; TODO: Consolidate type
:type '(radio (cons :tag "By name" (const :format "" hyperdrive-entry-name)
(choice :tag "Direction" :value :ascending
(const :tag "Ascending" :ascending)