emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/helm e4c9ba03e6 3/5: Remove unneeded group declaration in


From: ELPA Syncer
Subject: [nongnu] elpa/helm e4c9ba03e6 3/5: Remove unneeded group declaration in defcustom
Date: Sun, 4 Jun 2023 04:00:53 -0400 (EDT)

branch: elpa/helm
commit e4c9ba03e6307d828ada6f099ccfa4fc0f0cba01
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]