branch: elpa/hyperdrive
commit ae646afc12bc3f6cb426c1d9a1b469418f899cec
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Change: (h/menu-refresh) Use transient--refresh-transient
With this change, the Version suffix updates correctly when the
gateway becomes ready.
Co-authored-by: Jonas Bernoulli <[email protected]>
---
hyperdrive-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index a177eed2e3..93abbb7d6a 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1461,7 +1461,7 @@ Default function; see variable
`h/gateway-start-function'."
;; suspended transient, but I think there is no proper way to
query
;; that state yet. I'll look into that. --Jonas
(not (active-minibuffer-window)))
- (transient--show)))
+ (transient--refresh-transient)))
(defun h//gateway-stop-default ()
"Stop the gateway subprocess."