]> code.delx.au - gnu-emacs/blobdiff - lisp/emacs-lisp/package.el
-
[gnu-emacs] / lisp / emacs-lisp / package.el
index 057d01488cc00b33fe964e68d8ec925345ff1474..08f64147d44afebf0b0b28be0208b8f227161ce0 100644 (file)
@@ -329,6 +329,7 @@ by running `package-install-selected-packages'.
 To check if a package is contained in this list here, use
 `package--user-selected-p', as it may populate the variable with
 a sane initial value."
+  :version "25.1"
   :type '(repeat symbol))
 
 (defcustom package-menu-async t
@@ -2654,6 +2655,7 @@ omitted from the package menu.  To toggle this, type \\[package-menu-toggle-hidi
 
 Values can be interactively added to this list by typing
 \\[package-menu-hide-package] on a package"
+  :version "25.1"
   :type '(repeat (regexp :tag "Hide packages with name matching")))
 
 (defun package-menu--refresh (&optional packages keywords)