1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-09 15:50:40 -08:00

* emacs-lisp/package.el (list-packages): Alias for package-list-packages.

This commit is contained in:
Chong Yidong 2010-08-24 17:36:33 -04:00
parent be7748e70a
commit cb8759ca5a
2 changed files with 8 additions and 0 deletions

View file

@ -1557,6 +1557,9 @@ The list is displayed in a buffer named `*Packages*'."
(package-refresh-contents)
(package--list-packages))
;;;###autoload
(defalias 'list-packages 'package-list-packages)
(defun package-list-packages-no-fetch ()
"Display a list of packages.
Does not fetch the updated list of packages before displaying.