mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
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
|
|
@ -1,3 +1,8 @@
|
|||
2014-05-30 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* emacs-lisp/package.el (package-check-signature)
|
||||
(package-unsigned-archives): Fix :version.
|
||||
|
||||
2014-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
|
||||
|
||||
* subr.el (sit-for): Don't run input-methods (bug#15614).
|
||||
|
|
|
|||
|
|
@ -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