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

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

[nongnu] elpa/helm 0a4a778448 04/11: Remove unneeded :group slot in many


From: ELPA Syncer
Subject: [nongnu] elpa/helm 0a4a778448 04/11: Remove unneeded :group slot in many places
Date: Mon, 4 Jul 2022 02:58:44 -0400 (EDT)

branch: elpa/helm
commit 0a4a778448c1134c70d50b90ccf1a54a50c7a0cb
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Remove unneeded :group slot in many places
---
 helm-adaptive.el      |  9 ++-------
 helm-bookmark.el      | 29 +++++++++--------------------
 helm-dabbrev.el       | 10 +---------
 helm-elisp-package.el |  4 ----
 helm-eshell.el        |  8 ++------
 5 files changed, 14 insertions(+), 46 deletions(-)

diff --git a/helm-adaptive.el b/helm-adaptive.el
index 832ff72b37..d535cfb0c8 100644
--- a/helm-adaptive.el
+++ b/helm-adaptive.el
@@ -34,13 +34,11 @@
 When nil history is not saved nor restored after Emacs restart
 unless you save/restore `helm-adaptive-history' with something
 else like psession or desktop."
-  :type 'string
-  :group 'helm-adapt)
+  :type 'string)
 
 (defcustom helm-adaptive-history-length 50
   "Maximum number of candidates stored for a source."
-  :type 'number
-  :group 'helm-adapt)
+  :type 'number)
 
 (defcustom helm-adaptive-sort-by-frequent-recent-usage t
   "Try to sort on an average of frequent and recent usage when non-nil.
@@ -55,7 +53,6 @@ Frequency+recent:
 Even with a low frequency, candidate go up on top. If a candidate
 have a high frequency but it is not used since some time, it goes
 down slowly, but as soon you reuse it it go up on top quickly."
-  :group 'helm-adapt
   :type 'boolean)
 
 ;; Internal
@@ -77,8 +74,6 @@ Format: ((SOURCE-NAME
 ;;;###autoload
 (define-minor-mode helm-adaptive-mode
   "Toggle adaptive sorting in all sources."
-  :group 'helm-adapt
-  :require 'helm-adaptive
   :global t
   (if helm-adaptive-mode
       (progn
diff --git a/helm-bookmark.el b/helm-bookmark.el
index 3ee9a62984..537ff62ff4 100644
--- a/helm-bookmark.el
+++ b/helm-bookmark.el
@@ -40,7 +40,6 @@
 
 (defcustom helm-bookmark-show-location nil
   "Show location of bookmark on display."
-  :group 'helm-bookmark
   :type 'boolean)
 
 (defcustom helm-bookmark-default-filtered-sources
@@ -56,62 +55,52 @@
           (list 'helm-source-bookmark-uncategorized
                 'helm-source-bookmark-set))
   "List of sources to use in `helm-filtered-bookmarks'."
-  :group 'helm-bookmark
   :type '(repeat (choice symbol)))
 
 (defcustom helm-bookmark-use-icon nil
   "Display candidates with an icon with `all-the-icons' when non nil."
-  :type 'boolean
-  :group 'helm-bookmark)
+  :type 'boolean)
 
 
 (defface helm-bookmark-info
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "green"))
-  "Face used for W3m Emacs bookmarks (not w3m bookmarks)."
-  :group 'helm-bookmark)
+  "Face used for W3m Emacs bookmarks (not w3m bookmarks).")
 
 (defface helm-bookmark-w3m
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "yellow"))
-  "Face used for W3m Emacs bookmarks (not w3m bookmarks)."
-  :group 'helm-bookmark)
+  "Face used for W3m Emacs bookmarks (not w3m bookmarks).")
 
 (defface helm-bookmark-gnus
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "magenta"))
-  "Face used for Gnus bookmarks."
-  :group 'helm-bookmark)
+  "Face used for Gnus bookmarks.")
 
 (defface helm-bookmark-man
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "Orange4"))
-  "Face used for Woman/man bookmarks."
-  :group 'helm-bookmark)
+  "Face used for Woman/man bookmarks.")
 
 (defface helm-bookmark-file
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "Deepskyblue2"))
-  "Face used for file bookmarks."
-  :group 'helm-bookmark)
+  "Face used for file bookmarks.")
 
 (defface helm-bookmark-file-not-found
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "Slategray4"))
-  "Face used for file bookmarks."
-  :group 'helm-bookmark)
+  "Face used for file bookmarks.")
 
 (defface helm-bookmark-directory
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :inherit helm-ff-directory))
-  "Face used for file bookmarks."
-  :group 'helm-bookmark)
+  "Face used for file bookmarks.")
 
 (defface helm-bookmark-addressbook
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "tomato"))
-  "Face used for addressbook bookmarks."
-  :group 'helm-bookmark)
+  "Face used for addressbook bookmarks.")
 
 
 (defvar helm-bookmark-map
diff --git a/helm-dabbrev.el b/helm-dabbrev.el
index ef6b31dce0..cb8524281f 100644
--- a/helm-dabbrev.el
+++ b/helm-dabbrev.el
@@ -31,7 +31,6 @@
 Note that even if nil, a search in all buffers will occur if the
 length of candidates is <= than
 `helm-dabbrev-max-length-result'."
-  :group 'helm-dabbrev
   :type 'boolean)
 
 (defcustom helm-dabbrev-candidates-number-limit 1000
@@ -45,13 +44,11 @@ Note that this have nothing to do with
 candidates stop when this value is reached but only
 `helm-candidate-number-limit' candidates are displayed in the
 Helm buffer."
-  :group 'helm-dabbrev
   :type 'integer)
 
 (defcustom helm-dabbrev-ignored-buffers-regexps
   '("\\*helm" "\\*Messages" "\\*Echo Area" "\\*Buffer List")
   "List of regexps matching names of buffers that `helm-dabbrev' should not 
check."
-  :group 'helm-dabbrev
   :type '(repeat regexp))
 
 (defcustom helm-dabbrev-related-buffer-fn #'helm-dabbrev--same-major-mode-p
@@ -64,7 +61,6 @@ The function take one arg, the buffer which is current, look 
at
 `helm-dabbrev--same-major-mode-p' for an example.
 
 When nil all buffers are considered related to `current-buffer'."
-  :group 'helm-dabbrev
   :type 'function)
 
 (defcustom helm-dabbrev-major-mode-assoc nil
@@ -84,18 +80,15 @@ the `current-buffer'.
 
 This has no effect when `helm-dabbrev-related-buffer-fn' is nil
 or of course bound to a function that doesn't handle this var."
-  :type '(alist :key-type symbol :value-type symbol)
-  :group 'helm-dabbrev)
+  :type '(alist :key-type symbol :value-type symbol))
 
 (defcustom helm-dabbrev-lineno-around 30
   "Search first in this number of lines before and after point."
-  :group 'helm-dabbrev
   :type 'integer)
 
 (defcustom helm-dabbrev-cycle-threshold 5
   "Number of time helm-dabbrev cycle before displaying helm completion.
 When nil or 0 disable cycling."
-  :group 'helm-dabbrev
   :type '(choice (const :tag "Cycling disabled" nil) integer))
 
 (defcustom helm-dabbrev-case-fold-search 'smart
@@ -103,7 +96,6 @@ When nil or 0 disable cycling."
 Same as `helm-case-fold-search' but for `helm-dabbrev'.
 Note that this is not affecting searching in Helm buffer, but the
 initial search for all candidates in buffer(s)."
-  :group 'helm-dabbrev
   :type '(choice (const :tag "Ignore case" t)
           (const :tag "Respect case" nil)
           (other :tag "Smart" smart)))
diff --git a/helm-elisp-package.el b/helm-elisp-package.el
index cc4a1d0304..692aadf43a 100644
--- a/helm-elisp-package.el
+++ b/helm-elisp-package.el
@@ -27,7 +27,6 @@
 
 (defcustom helm-el-package-initial-filter 'all
   "Show only installed, upgraded or all packages at startup."
-  :group 'helm-el-package
   :type '(radio :tag "Initial filter for elisp packages"
           (const :tag "Show all packages" all)
           (const :tag "Show installed packages" installed)
@@ -36,19 +35,16 @@
 
 (defcustom helm-el-truncate-lines t
   "Truncate lines in `helm-buffer' when non-nil."
-  :group 'helm-el-package
   :type 'boolean)
 
 
 (defcustom helm-el-package-upgrade-on-start nil
   "Show package upgrades on startup when non nil."
-  :group 'helm-el-package
   :type 'boolean)
 
 (defcustom helm-el-package-autoremove-on-start nil
   "Try to autoremove no more needed packages on startup.
 See `package-autoremove'."
-  :group 'helm-el-package
   :type 'boolean)
 
 ;; internals vars
diff --git a/helm-eshell.el b/helm-eshell.el
index 00b55248e6..53541b1bfd 100644
--- a/helm-eshell.el
+++ b/helm-eshell.el
@@ -50,7 +50,6 @@
 
 (defcustom helm-eshell-fuzzy-match nil
   "Enable fuzzy matching in `helm-esh-pcomplete' when non-nil."
-  :group 'helm-eshell
   :type 'boolean)
 
 
@@ -368,18 +367,15 @@ at point."
 (defface helm-eshell-prompts-promptidx
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "cyan"))
-  "Face used to highlight Eshell prompt index."
-  :group 'helm-eshell-faces)
+  "Face used to highlight Eshell prompt index."-faces)
 
 (defface helm-eshell-prompts-buffer-name
   `((t ,@(and (>= emacs-major-version 27) '(:extend t))
        :foreground "green"))
-  "Face used to highlight Eshell buffer name."
-  :group 'helm-eshell-faces)
+  "Face used to highlight Eshell buffer name."-faces)
 
 (defcustom helm-eshell-prompts-promptidx-p t
   "Show prompt number."
-  :group 'helm-eshell
   :type 'boolean)
 
 (defvar helm-eshell-prompts-keymap



reply via email to

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