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

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

[elpa] externals/system-packages 466785b 070/117: Defcustom should speci


From: Stefan Monnier
Subject: [elpa] externals/system-packages 466785b 070/117: Defcustom should specify type
Date: Fri, 14 Dec 2018 17:02:11 -0500 (EST)

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

    Defcustom should specify type
---
 system-packages.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/system-packages.el b/system-packages.el
index 3080ba0..c21b81b 100644
--- a/system-packages.el
+++ b/system-packages.el
@@ -261,6 +261,7 @@ default."
   "If non-nil, system-packages uses sudo for appropriate commands.
 
 Tries to be smart for selecting the default."
+  :type 'boolean
   :group 'system-packages)
 
 (define-obsolete-variable-alias 'system-packages-usesudo



reply via email to

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