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:
parent
be7748e70a
commit
cb8759ca5a
2 changed files with 8 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue