branch: elpa/helm
commit 3cc1cef0f852a277cabeb51f3d1158d78073d6b5
Author: Thierry Volpiatto <[email protected]>
Commit: Thierry Volpiatto <[email protected]>
Add remove-hook to helm-completing-read-command-categories
---
helm-mode.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/helm-mode.el b/helm-mode.el
index d437fb2644..bdafc18d1c 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1131,6 +1131,7 @@ FLAGS is a list of variables to renitialize to nil when
exiting or quitting.")
("describe-symbol" . symbol-help) ; For Emacs-27.
("describe-command" . symbol-help) ; For Emacs-27.
("set-variable" . symbol-help)
+ ("remove-hook" . symbol-help)
("customize-group" . symbol-help)
("find-function" . symbol-help)
("find-variable" . symbol-help)