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

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

[elpa] externals/system-packages f85a7bf 083/117: Remove unneeded :group


From: Stefan Monnier
Subject: [elpa] externals/system-packages f85a7bf 083/117: Remove unneeded :group statements
Date: Fri, 14 Dec 2018 17:02:13 -0500 (EST)

branch: externals/system-packages
commit f85a7bf40dccf2f3655b0678a5173b32ae619b93
Author: Alex Branham <address@hidden>
Commit: Alex Branham <address@hidden>

    Remove unneeded :group statements
---
 system-packages.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/system-packages.el b/system-packages.el
index 62ce2fb..8f306c6 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -274,7 +274,6 @@ The key is the package manager and values (usually) 
commands.")
 See `system-packages-supported-package-managers' for a list of
 supported software.  Tries to be smart about selecting the
 default."
-  :group 'system-packages
   :type '(choice
           (const guix)
           (const nix-env)
@@ -297,15 +296,13 @@ default."
   "If non-nil, system-packages uses sudo for appropriate commands.
 
 Tries to be smart for selecting the default."
-  :type 'boolean
-  :group 'system-packages)
+  :type 'boolean)
 
 (define-obsolete-variable-alias 'system-packages-usesudo
   'system-packages-use-sudo "2017-12-25")
 
 (defcustom system-packages-noconfirm nil
   "If non-nil, bypass prompts asking the user to confirm package upgrades."
-  :group 'system-packages
   :type 'boolean)
 
 (defun system-packages--run-command (action &optional pack args)



reply via email to

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