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

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

[nongnu] elpa/hyperdrive c98c0e7ab3 14/15: Fix: (hyperdrive-read-entry)


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive c98c0e7ab3 14/15: Fix: (hyperdrive-read-entry) Use hyperdrive-equal-p
Date: Tue, 10 Oct 2023 19:00:34 -0400 (EDT)

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

    Fix: (hyperdrive-read-entry) Use hyperdrive-equal-p
---
 hyperdrive-lib.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index ee2fafc549..c83c091a08 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1086,7 +1086,8 @@ Otherwise, prompt for a version number."
                                                      :force-prompt 
force-prompt-drive))
          (default-version (when (and (not latest-version)
                                      hyperdrive-current-entry
-                                     (equal hyperdrive 
(hyperdrive-entry-hyperdrive hyperdrive-current-entry)))
+                                     (hyperdrive-equal-p
+                                      hyperdrive (hyperdrive-entry-hyperdrive 
hyperdrive-current-entry)))
                             (hyperdrive-entry-version 
hyperdrive-current-entry)))
          (version (unless latest-version
                     (if read-version



reply via email to

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