[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/hyperdrive 2a72072183 02/31: Chore: Dissolve outer format
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/hyperdrive 2a72072183 02/31: Chore: Dissolve outer format into inner h//format |
Date: |
Fri, 1 Dec 2023 01:00:37 -0500 (EST) |
branch: elpa/hyperdrive
commit 2a72072183d990548dc02873e39597899ad25163
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Joseph Turner <joseph@ushin.org>
Chore: Dissolve outer format into inner h//format
---
hyperdrive-describe.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/hyperdrive-describe.el b/hyperdrive-describe.el
index e5ce9a0bfc..eb5f4fe100 100644
--- a/hyperdrive-describe.el
+++ b/hyperdrive-describe.el
@@ -49,8 +49,8 @@ Universal prefix argument \\[universal-argument] forces
(interactive (list (h/complete-hyperdrive :force-prompt current-prefix-arg)))
;; TODO: Do we want to asynchronously fill the hyperdrive's latest version?
(h/fill-latest-version hyperdrive)
- (with-current-buffer (get-buffer-create
- (format "*Hyperdrive: %s*" (h//format hyperdrive
"%k")))
+ (with-current-buffer
+ (get-buffer-create (h//format hyperdrive "*Hyperdrive: %k"))
(with-silent-modifications
(h/describe-mode)
(setq-local h/describe-current-hyperdrive hyperdrive)
- [nongnu] elpa/hyperdrive updated (ab3cc72ed2 -> cc4f2caddc), ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 2a72072183 02/31: Chore: Dissolve outer format into inner h//format,
ELPA Syncer <=
- [nongnu] elpa/hyperdrive fac9e009c5 04/31: Chore: Use defun-style line-wrapping in cl-{macrolet, labels}, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive f79591ae3b 03/31: Chore: Use \n instead of newline character in format strings, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive c19696aaf6 01/31: Chore: Favor format over concat when constructing URLs, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive cc4e9c2507 06/31: Chore: Begin cl-labels' BINDINGS on a new line, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 6bd2ae7036 07/31: Chore: Begin format-spec's FORMAT and SPECIFICATION on new lines, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 9c11d63570 25/31: Merge branch 'cleanup', ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 3c537e9b78 23/31: Chore: Minor whitespace cleanup, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 1e8c2f0973 24/31: Chore: Use semantically correct contitionals, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 6b9bc701e5 14/31: Chore: Shorten long lines in hd/dir-handler, ELPA Syncer, 2023/12/01
- [nongnu] elpa/hyperdrive 8131f9afbf 16/31: Chore: Shorten long lines in h/history--format-range-entry, ELPA Syncer, 2023/12/01