branch: elpa/hyperdrive
commit d6c40a679dd33ce1764478d352efb704888faea0
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Fix: (hyperdrive-mark-as-safe) Change binding
"h" is reserved, apparently, though not mentioned in READ-ANSWER's
docstring.
---
hyperdrive.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hyperdrive.el b/hyperdrive.el
index 5f89629e3e..68438121ff 100644
--- a/hyperdrive.el
+++ b/hyperdrive.el
@@ -193,7 +193,7 @@ Interactively, prompt for hyperdrive and action."
'(("safe" ?S "mark as safe")
("unsafe" ?U "mark as unsafe")
("unknown" ?u "ask again later")
- ("help" ?h "show Info manual section about safety")
+ ("help" ?i "show Info manual section about safety")
("quit" ?q "quit")))
("safe" t)
("unsafe" nil)