changeset 109970:77c4a65b9011

* emacs-lisp/package.el (list-packages): Alias for package-list-packages.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 24 Aug 2010 17:36:33 -0400
parents d539b74d6530
children e49f8c56fca8 08e939f21918 336e4a38a76d
files lisp/ChangeLog lisp/emacs-lisp/package.el
diffstat 2 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <cyd@stupidchicken.com>
+
+	* emacs-lisp/package.el (list-packages): Alias for
+	package-list-packages.
+
 2010-08-24  Kevin Ryde  <user42@zip.com.au>
 
 	* textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
--- 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.