branch: elpa/hyperdrive
commit 41081584ef4a6f9e4581c667460f6091041a72c7
Author: Joseph Turner <jos...@ushin.org>
Commit: Joseph Turner <jos...@ushin.org>

    Tidy: (-fill-version-ranges) Call finally, not plz-queue-finally
    
    Now that hyperdrive-fill-version-ranges does not call itself
    recursively, it is safe to just use finally.
---
 hyperdrive-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 5ab024e1af..c0d194a532 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -842,7 +842,7 @@ with no arguments."
                                                            ;; (unless 
finally-ran-p
                                                            ;;   (funcall 
finally))
                                                            ;; (message 
"NONEXISTENT-QUEUE-FINALLY: Calling plz-queue-finally...")
-                                                           (funcall 
(plz-queue-finally queue))))))))
+                                                           (funcall 
finally)))))))
                     ;; For nonexistent entries, send requests in parallel.
                     (cl-dotimes (i hyperdrive-queue-size 
outstanding-nonexistent-requests-p)
                       ;; Send the maximum number of simultaneous requests.

Reply via email to