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

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

[nongnu] elpa/hyperdrive eaf2e5104f 29/30: Comment: Remove TODOs


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive eaf2e5104f 29/30: Comment: Remove TODOs
Date: Wed, 6 Sep 2023 18:59:44 -0400 (EDT)

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

    Comment: Remove TODOs
---
 hyperdrive-dir.el  | 1 -
 hyperdrive-vars.el | 1 -
 2 files changed, 2 deletions(-)

diff --git a/hyperdrive-dir.el b/hyperdrive-dir.el
index df681ed3db..62daa94009 100644
--- a/hyperdrive-dir.el
+++ b/hyperdrive-dir.el
@@ -121,7 +121,6 @@ arguments."
 Columns are suffixed with up/down arrows according to
 `hyperdrive-sort-entries'."
   (pcase-let* ((`(,sort-column . ,direction) hyperdrive-directory-sort)
-               ;; HACK: This whole function seems overly complex.
                ;; TODO: Use "↑" and "↓" glyphs, but make sure that the
                ;; column headers are aligned correctly.
                (arrow (propertize (if (eq direction :ascending) "^" "v")
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index cd945c98d6..4cf376c1ef 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -99,7 +99,6 @@ Internally, a cons cell of (COLUMN . DIRECTION), the COLUMN 
being
 one of the directory listing columns (\\+`name', \\+`size', or
 \\+`mtime') and DIRECTION being one of \\+`:ascending' or
 \\+`:descending'."
-  ;; TODO: Consolidate type
   :type '(radio (cons :tag "By name" (const :format "" name)
                       (choice :tag "Direction" :value :ascending
                               (const :tag "Ascending" :ascending)



reply via email to

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