]> git.eshelyaron.com Git - emacs.git/commit
Add command to filter package menu by name or description
authorStefan Kangas <stefan@marxist.se>
Tue, 17 Nov 2020 11:13:13 +0000 (12:13 +0100)
committerStefan Kangas <stefan@marxist.se>
Tue, 17 Nov 2020 11:17:04 +0000 (12:17 +0100)
commit0a7ec10ac621c210fbf87e4465cb05e378b79889
treecfe179ab7ad71b1424b56500ab8ba37bf3dacb97
parent3626c9ae83689abd7452a07925919196f985f144
Add command to filter package menu by name or description

* lisp/emacs-lisp/package.el (package-menu-filter-by-description):
(package-menu-filter-by-name-or-description): New commands to filter
the package menu.  (Bug#44699)
(package-menu-mode-map): Bind the above new commands.
(package-menu-mode-menu): Add new commands to the menu.
* doc/emacs/package.texi (Package Menu): Document new commands.
doc/emacs/package.texi
etc/NEWS
lisp/emacs-lisp/package.el