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

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

[nongnu] elpa/hyperdrive 8f9887407f 18/49: Tidy: (hyperdrive-fill-versio


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 8f9887407f 18/49: Tidy: (hyperdrive-fill-version-ranges) Use ignore
Date: Wed, 20 Sep 2023 19:01:32 -0400 (EDT)

branch: elpa/hyperdrive
commit 8f9887407f480d740cf8b52fb99c64c439f5c77f
Author: Joseph Turner <joseph@ushin.org>
Commit: Joseph Turner <joseph@ushin.org>

    Tidy: (hyperdrive-fill-version-ranges) Use ignore
---
 hyperdrive-lib.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index a52f107408..6dbd6fb3a4 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -852,10 +852,7 @@ with no arguments."
                         ;; existent/nonexistent entry, or at the limit.
                         (cl-return (setf finishedp t)))
                       (hyperdrive-fill (hyperdrive-copy-tree entry t)
-                        ;; `hyperdrive-fill' is only used to fill the version 
ranges;
-                        ;; the filled-entry is thrown away.
-                        :then (lambda (_filled-entry)
-                                )
+                        :then #'ignore
                         :else (lambda (err)
                                 ;; TODO: Better error handling.
                                 (pcase (plz-response-status 
(plz-error-response err))



reply via email to

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