branch: elpa/hyperdrive
commit 867b99a2aee5952c6ac5c2ccdb78502f8413a521
Author: Joseph Turner <[email protected]>
Commit: Joseph Turner <[email protected]>
Fix: (hyperdrive-install) Don't define with shorthands
Emacs 28 doesn't handle autoloaded shorthands.
---
hyperdrive.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index 9bbef3eb39..7164762113 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -1286,7 +1286,7 @@ Intended for relative (i.e. non-full) URLs."
"Alist mapping `system-type' to URLs where hyper-gateway-ushin can be
downloaded.")
;;;###autoload
-(defun h/install (&optional forcep)
+(defun hyperdrive-install (&optional forcep)
"Download and install hyper-gateway-ushin.
If FORCEP, don't prompt for confirmation before downloading."
(interactive (list current-prefix-arg))