aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong2010-08-24 17:36:33 -0400
committerChong Yidong2010-08-24 17:36:33 -0400
commitcb8759ca5adfd8561c3c1fd80bfc51819e65d305 (patch)
tree7b974b4327e655bf612130941c2f81976d236e9d /lisp
parentbe7748e70afa9fd7b82589061855d567c2229dc1 (diff)
downloademacs-cb8759ca5adfd8561c3c1fd80bfc51819e65d305.tar.gz
emacs-cb8759ca5adfd8561c3c1fd80bfc51819e65d305.zip
* emacs-lisp/package.el (list-packages): Alias for package-list-packages.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/emacs-lisp/package.el3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8226f4b8d25..fcf27a8da92 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12010-08-24 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (list-packages): Alias for
4 package-list-packages.
5
12010-08-24 Kevin Ryde <user42@zip.com.au> 62010-08-24 Kevin Ryde <user42@zip.com.au>
2 7
3 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix 8 * textmodes/flyspell.el (flyspell-check-tex-math-command): Doc fix
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 2e8c7dc7d4f..634a05df15e 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -1557,6 +1557,9 @@ The list is displayed in a buffer named `*Packages*'."
1557 (package-refresh-contents) 1557 (package-refresh-contents)
1558 (package--list-packages)) 1558 (package--list-packages))
1559 1559
1560;;;###autoload
1561(defalias 'list-packages 'package-list-packages)
1562
1560(defun package-list-packages-no-fetch () 1563(defun package-list-packages-no-fetch ()
1561 "Display a list of packages. 1564 "Display a list of packages.
1562Does not fetch the updated list of packages before displaying. 1565Does not fetch the updated list of packages before displaying.