]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/package.el
Type fix for defcustom.
[gnu-emacs] / lisp / emacs-lisp / package.el
index 08031c846cf6f09b3d1eefdae611051f8fac1ba7..4be3b584a726f31f858173f3db6e2a7d6312bc64 100644 (file)
@@ -239,7 +239,8 @@ selected. When higher versions are available from archives with
 lower priorities, the user has to select those manually.
 
 Archives not in this list have the priority 0."
-  :type 'integer
+  :type '(alist :key-type (string :tag "Archive name")
+                :value-type (integer :tag "Priority (default is 0)"))
   :risky t
   :group 'package
   :version "25.1")