branch: elpa/helm commit e4c9ba03e6307d828ada6f099ccfa4fc0f0cba01 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Remove unneeded group declaration in defcustom --- helm-global-bindings.el | 1 - 1 file changed, 1 deletion(-) diff --git a/helm-global-bindings.el b/helm-global-bindings.el index d9a3a79377..b2a17a11a8 100644 --- a/helm-global-bindings.el +++ b/helm-global-bindings.el @@ -37,7 +37,6 @@ This key is bound to the function `helm-command-prefix' in the global map. The definition of `helm-command-prefix' is the keymap `helm-command-map'. Using `setq' to modify this variable will have no effect." :type '(choice (string :tag "Key") (const :tag "no binding")) - :group 'helm-global-bindings :set (lambda (var key) (when (and (boundp var) (symbol-value var))