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

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

[nongnu] elpa/hyperdrive 1844b57f51 39/49: Fix: (-update-nonexistent-ver


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive 1844b57f51 39/49: Fix: (-update-nonexistent-version-range) Add default finally
Date: Wed, 20 Sep 2023 19:01:34 -0400 (EDT)

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

    Fix: (-update-nonexistent-version-range) Add default finally
---
 hyperdrive-lib.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 065d3c55e1..0cec88db2d 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -805,7 +805,7 @@ Returns the ranges cons cell for ENTRY."
 ;;                 (fill-recursively range-end-entry)))))
 ;;       (funcall then))))
 
-(cl-defun hyperdrive-fill-version-ranges (entry &key finally)
+(cl-defun hyperdrive-fill-version-ranges (entry &key (finally #'ignore))
   "Asynchronously fill in versions ranges before ENTRY.
 Once all requests return, call FINALLY with no arguments."
   (declare (indent defun))



reply via email to

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