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

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

[nongnu] elpa/hyperdrive b682fc8058 052/102: Change: (--entry-version-ra


From: ELPA Syncer
Subject: [nongnu] elpa/hyperdrive b682fc8058 052/102: Change: (--entry-version-range-key) Don't pass :with-help-echo
Date: Wed, 29 Nov 2023 04:00:52 -0500 (EST)

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

    Change: (--entry-version-range-key) Don't pass :with-help-echo
    
    Now that the returned string is wrapped in substring-no-properties,
    it's fine for hyperdrive--format-entry-url to add the help-echo.
---
 hyperdrive-lib.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 185790b721..8b99b1032f 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -306,8 +306,8 @@ Intended to be used as hash table key in 
`hyperdrive-version-ranges'."
   (pcase-let* (((cl-struct hyperdrive-entry hyperdrive path) entry)
                (version-less (hyperdrive-entry-create :hyperdrive hyperdrive 
:path path)))
     (substring-no-properties
-     (hyperdrive--format-entry-url version-less :host-format '(public-key) 
:with-protocol nil
-                                   :with-help-echo nil :with-target nil))))
+     (hyperdrive--format-entry-url version-less :host-format '(public-key)
+                                   :with-protocol nil :with-target nil))))
 
 ;; TODO: Add tests for version range functions
 (defun hyperdrive-entry-version-ranges (entry)



reply via email to

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