]> git.eshelyaron.com Git - emacs.git/commitdiff
* emacs-lisp/package.el (list-packages): Alias for package-list-packages.
authorChong Yidong <cyd@stupidchicken.com>
Tue, 24 Aug 2010 21:36:33 +0000 (17:36 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 24 Aug 2010 21:36:33 +0000 (17:36 -0400)
lisp/ChangeLog
lisp/emacs-lisp/package.el

index 8226f4b8d250b5f8ee1ea19b1df1157a6d7628f8..fcf27a8da928c31715faec1523727af42072fdc7 100644 (file)
@@ -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
index 2e8c7dc7d4f8731cf864f6369d660ba168e79bff..634a05df15ebfdf527a0b1ad4180de5e18cb8744 100644 (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.