package.el: Fix some version tags

* lisp/emacs-lisp/package.el (package-check-signature)
(package-unsigned-archives): Fix :version.
This commit is contained in:
Glenn Morris 2014-05-29 22:08:10 -07:00
parent 60ae3d0993
commit ab84733c35
2 changed files with 8 additions and 3 deletions

View file

@ -290,15 +290,15 @@ contrast, `package-user-dir' contains packages for personal use."
(const allow-unsigned :tag "Allow unsigned")
(const t :tag "Check always"))
:risky t
:group 'package
:version "24.1")
:group 'packagea
:version "24.4")
(defcustom package-unsigned-archives nil
"A list of archives which do not use package signature."
:type '(repeat (string :tag "Archive name"))
:risky t
:group 'package
:version "24.1")
:version "24.4")
(defvar package--default-summary "No description available.")