Restore ability to show a restricted list of packages in Package Menu.
authorChong Yidong <cyd@stupidchicken.com>
Sun, 24 Apr 2011 20:32:23 +0000 (16:32 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Sun, 24 Apr 2011 20:32:23 +0000 (16:32 -0400)
commit512e3ae1e91c45a8c49baf1b7ebd09616890b42f
treee6343345e70740b8b152b053cb6e1a2ef50636f9
parent3ba7869ce8386d79d21f8e6f7d3c23088f9838ce
Restore ability to show a restricted list of packages in Package Menu.

* emacs-lisp/package.el (package-built-in-p): Fix typo.
(package-menu--generate): New arg specifying packages to show.
(package-menu-refresh, package-menu-execute, list-packages):
Callers changed.
(package-show-package-list): New function.

* finder.el (finder-list-matches): Use package-show-package-list
instead of deleted package--list-packages.
lisp/ChangeLog
lisp/emacs-lisp/package.el
lisp/finder.el