diff options
Diffstat (limited to 'lisp/emacs-lisp/package.el')
| -rw-r--r-- | lisp/emacs-lisp/package.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index c49cace04e4..d65633282c9 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -291,14 +291,14 @@ contrast, `package-user-dir' contains packages for personal use." (const t :tag "Check always")) :risky t :group 'package - :version "24.1") + :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.") |
