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

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

[elpa] externals/system-packages 5058542 048/117: Adds :group to defcust


From: Stefan Monnier
Subject: [elpa] externals/system-packages 5058542 048/117: Adds :group to defcustom
Date: Fri, 14 Dec 2018 17:02:07 -0500 (EST)

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

    Adds :group to defcustom
---
 system-packages.el | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/system-packages.el b/system-packages.el
index c1af564..2e04630 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -239,6 +239,7 @@
 See `system-packages-supported-package-managers' for a list of
 supported software.  Tries to be smart about selecting the
 default."
+  :group 'system-packages
   :type 'symbol)
 
 (defcustom system-packages-usesudo
@@ -246,7 +247,9 @@ default."
                                         
system-packages-supported-package-managers))))
   "If non-nil, system-packages uses sudo for appropriate commands.
 
-Tries to be smart for selecting the default.")
+Tries to be smart for selecting the default."
+  :group 'system-packages)
+
 
 (defun system-packages--run-command (action &optional pack args)
   "Run a command that affects system packages.



reply via email to

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