branch: externals/system-packages
commit 466785ba8425308d00de1211bc79aebc0dd1ce75
Author: Alex Branham <bran...@utexas.edu>
Commit: Alex Branham <bran...@utexas.edu>

    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