branch: elpa/hyperdrive
commit a42cb3bc5ba60f716528c909a2ece586dea8bfff
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Change: (h//gateway-start-default) Process name "hyperdrive-gateway"
---
hyperdrive-lib.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive-lib.el b/hyperdrive-lib.el
index 1c5e238e70..d7ba802b53 100644
--- a/hyperdrive-lib.el
+++ b/hyperdrive-lib.el
@@ -1421,7 +1421,7 @@ Then calls THEN if given."
Default function; see variable `h/gateway-start-function'."
(setf h/gateway-process
(make-process
- :name "hyper-gateway-ushin"
+ :name "hyperdrive-gateway"
:buffer " *hyperdrive-start*"
:command (cons (h//hyper-gateway-ushin-path)
(split-string-and-unquote h/gateway-command-args))