package.el: Fix some version tags
* lisp/emacs-lisp/package.el (package-check-signature) (package-unsigned-archives): Fix :version.
This commit is contained in:
parent
60ae3d0993
commit
ab84733c35
2 changed files with 8 additions and 3 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue