[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive c56644f9ea 14/32: Tidy: Whitespace
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive c56644f9ea 14/32: Tidy: Whitespace |
Date: |
Mon, 4 Sep 2023 18:59:34 -0400 (EDT) |
branch: elpa/hyperdrive
commit c56644f9ea1db803f42a1c819561c7ef2d3314de
Author: Joseph Turner <joseph@ushin.org>
Commit: Adam Porter <adam@alphapapa.net>
Tidy: Whitespace
---
hyperdrive-handlers.el | 2 +-
hyperdrive-vars.el | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyperdrive-handlers.el b/hyperdrive-handlers.el
index 34be7eeea8..efd7278c76 100644
--- a/hyperdrive-handlers.el
+++ b/hyperdrive-handlers.el
@@ -165,7 +165,7 @@ arguments."
prev-entry (when-let ((node (ewoc-locate hyperdrive-ewoc)))
(ewoc-data node))
prev-point (point))
- (ewoc-filter hyperdrive-ewoc #'ignore)
+ (ewoc-filter hyperdrive-ewoc #'ignore)
(update-footer num-filled num-entries)
(dolist (entry entries)
;; TODO: Update header with progress.
diff --git a/hyperdrive-vars.el b/hyperdrive-vars.el
index 9c819293b1..0fb0595b7f 100644
--- a/hyperdrive-vars.el
+++ b/hyperdrive-vars.el
@@ -102,7 +102,7 @@ Internally, a cons cell of (KEY . PREDICATE), the KEY being
the
appropriate function (e.g. `time-less-p' for
`hyperdrive-entry-modified', `<' for `hyperdrive-entry-size',
etc)."
- :type '(radio (cons :tag "By name" (const :format "" hyperdrive-entry-name )
+ :type '(radio (cons :tag "By name" (const :format "" hyperdrive-entry-name)
(choice :tag "Direction" :value string<
(const :tag "Ascending" string<)
(const :tag "Descending" string>)))
- [nongnu] elpa/hyperdrive updated (daaed0257d -> 27c1a81a51), ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 9d9b5c3826 02/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 46eac0a67d 03/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 29c70adbf9 08/32: Fix, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 0334ccfa0d 01/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 77c36c870c 16/32: Tidy: (hyperdrive-complete-sort) Use list, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 0478d21827 04/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive beb1f180fa 11/32: Tidy: (hyperdrive-dir-sort) Nest to avoid setf, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 2b1ab2ba8e 15/32: Comment: (hyperdrive-sort-entries) Explain sorting behavior, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive b7bba05ca5 13/32: Fix: (hyperdrive-entry-create) Docstring, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive c56644f9ea 14/32: Tidy: Whitespace,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 45802e59cc 18/32: Fix: (hyperdrive-handler-directory) Ensure buffer-modified-p nil, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive bd440b6465 27/32: Remove: (hyperdrive-column-headers), ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 27c1a81a51 32/32: Merge branch 'wip/dir-sort', ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive c2af53e72d 07/32: Add: (hyperdrive-dir-sort, hyperdrive-complete-sort), ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 994b782630 09/32: Comment: Add TODO, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive aa969e7bf5 10/32: Add: Progress report in footer, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive bf955d34d3 28/32: Add/Change: (hyperdrive-column-headers), ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive de8a963986 05/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive d75559667b 06/32: WIP, ELPA Syncer, 2023/09/04
- [nongnu] elpa/hyperdrive 126f767a46 12/32: Comment: Add TODO, ELPA Syncer, 2023/09/04