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

[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)



reply via email to

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