diff options
author | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2016-01-20 08:30:51 +0100 |
---|---|---|
committer | Vincent Belaïche <vincentb1@users.sourceforge.net> | 2016-01-20 08:30:51 +0100 |
commit | b895c72059521fec064ff27b4cfcfa4104081c4e (patch) | |
tree | c1697f0e4d95d8c3556798f6c4c53c98a4714bd0 /lisp/emacs-lisp/package.el | |
parent | badcd38aa86ed7973f2be2743c405710973a0bdd (diff) | |
parent | 1b76d9168336ede8976b980aeaed64ae2908501a (diff) | |
download | emacs-b895c72059521fec064ff27b4cfcfa4104081c4e.tar.gz emacs-b895c72059521fec064ff27b4cfcfa4104081c4e.tar.bz2 emacs-b895c72059521fec064ff27b4cfcfa4104081c4e.zip |
Merge branch 'master' of git.sv.gnu.org:/srv/git/emacs
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 057d01488cc..08f64147d44 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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) |