[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)
- [nongnu] elpa/hyperdrive updated (040fc00500 -> 758c2444a5), ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 51fcdf2672 003/102: Fix: (hyperdrive-menu.el) Fix section levels, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 8d5d248468 002/102: Change: (-mirror-read-predicate) Return nil when mirroring all files, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 8cde9dc75e 005/102: Change: (-menu{, -hyperdrive}) Refresh after every command, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive c57a41225f 014/102: Change (-mirror-configured-p) Don't check for target, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 4d9b8c09cc 025/102: Change: (hyperdrive-menu) Replace lambda with hyperdrive-up, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 7fd3e0f471 033/102: Comment: Add TODO, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive b682fc8058 052/102: Change: (--entry-version-range-key) Don't pass :with-help-echo,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive 299e100c03 026/102: Comment: Add TODO, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive b1cc39978b 091/102: Comment: Remove TODO, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 600c921605 081/102: Tidy: Rename "naming" to "format", ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 9c0cf70040 094/102: Fix: (h//format) Don't use lambdas in format-spec yet, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive fe986e53ee 079/102: Chore: Rebuild texi manual, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 89fb114bdd 093/102: Fix: Autoload for markdown-mode links, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive ab2fb6e8ea 009/102: Change: (-menu-hyperdrive) Place mirror commands in separate column, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive b403a9c7a3 044/102: Add: (hyperdrive-buffer-name-format), ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive 60d37a34ec 029/102: Change: (-mirror-set-filter) Wording of formatted nil value, ELPA Syncer, 2023/11/29
- [nongnu] elpa/hyperdrive b2afbfaa60 046/102: Change: Replace -entry-description with --format-entry, etc., ELPA Syncer, 2023/11/29