# HG changeset patch # User Chong Yidong # Date 1282685793 14400 # Node ID 77c4a65b90119712602bd8415ebf6ee0ed8281c3 # Parent d539b74d6530d1f204d65c61b5c1234bd0e20ee7 * emacs-lisp/package.el (list-packages): Alias for package-list-packages. diff -r d539b74d6530 -r 77c4a65b9011 lisp/ChangeLog --- a/lisp/ChangeLog Tue Aug 24 16:58:07 2010 -0400 +++ b/lisp/ChangeLog Tue Aug 24 17:36:33 2010 -0400 @@ -1,3 +1,8 @@ +2010-08-24 Chong Yidong + + * emacs-lisp/package.el (list-packages): Alias for + package-list-packages. + 2010-08-24 Kevin Ryde * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix diff -r d539b74d6530 -r 77c4a65b9011 lisp/emacs-lisp/package.el --- a/lisp/emacs-lisp/package.el Tue Aug 24 16:58:07 2010 -0400 +++ b/lisp/emacs-lisp/package.el Tue Aug 24 17:36:33 2010 -0400 @@ -1557,6 +1557,9 @@ (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.