emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101181: * emacs-lisp/package.el (lis


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101181: * emacs-lisp/package.el (list-packages): Alias for package-list-packages.
Date: Tue, 24 Aug 2010 17:36:33 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101181
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Tue 2010-08-24 17:36:33 -0400
message:
  * emacs-lisp/package.el (list-packages): Alias for package-list-packages.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/package.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-08-24 20:58:07 +0000
+++ b/lisp/ChangeLog    2010-08-24 21:36:33 +0000
@@ -1,3 +1,8 @@
+2010-08-24  Chong Yidong  <address@hidden>
+
+       * emacs-lisp/package.el (list-packages): Alias for
+       package-list-packages.
+
 2010-08-24  Kevin Ryde  <address@hidden>
 
        * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix

=== modified file 'lisp/emacs-lisp/package.el'
--- a/lisp/emacs-lisp/package.el        2010-08-09 18:05:56 +0000
+++ b/lisp/emacs-lisp/package.el        2010-08-24 21:36:33 +0000
@@ -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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]