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

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

[nongnu] elpa/hyperdrive 4cd3643f6e 2/2: Fix: (hyperdrive-mirror) Use co


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 4cd3643f6e 2/2: Fix: (hyperdrive-mirror) Use correct keyword argument
Date: Sun, 18 Aug 2024 16:00:29 -0400 (EDT)

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

    Fix: (hyperdrive-mirror) Use correct keyword argument
---
 hyperdrive-mirror.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/hyperdrive-mirror.el b/hyperdrive-mirror.el
index 1dbd3ae93c..6e48471750 100644
--- a/hyperdrive-mirror.el
+++ b/hyperdrive-mirror.el
@@ -248,8 +248,8 @@ filter and set NO-CONFIRM to t."
     (if no-confirm
         (let ((reporter (make-progress-reporter "Checking files" 0 num-of)))
           (h/mirror--check-items source files hyperdrive target-dir
-                                 :progress-fn (lambda ()
-                                                (progress-reporter-update 
reporter (cl-incf num-filled)))
+                                 :progress-fun (lambda ()
+                                                 (progress-reporter-update 
reporter (cl-incf num-filled)))
                                  :then (lambda (items)
                                          (progress-reporter-done reporter)
                                          (h//mirror items parent-entry))))
@@ -271,7 +271,7 @@ filter and set NO-CONFIRM to t."
             ;; TODO: Add command to clear plz queue.
             (h/mirror--check-items
              source files hyperdrive target-dir
-             :progress-fn #'update-progress
+             :progress-fun #'update-progress
              :then (lambda (items)
                      (h/mirror--metadata-finally
                       buffer



reply via email to

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