branch: elpa/hyperdrive
commit f94ae546178f38e81e6f35d8b688efd54b7769c0
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Change: (hyperdrive-install) Use h/user-error instead of h/error
---
hyperdrive.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index b4507f64f7..581b781ab1 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1311,7 +1311,7 @@ Intended for relative (i.e. non-full) URLs."
If FORCEP, don't prompt for confirmation before downloading."
(interactive (list current-prefix-arg))
(when (h/gateway-installing-p)
- (h/error "Installation of gateway already in progress"))
+ (h/user-error "Installation of gateway already in progress"))
(unless forcep
(when (h/gateway-installed-p)
(unless (yes-or-no-p "Download and reinstall/upgrade
hyper-gateway-ushin? ")