From cb8759ca5adfd8561c3c1fd80bfc51819e65d305 Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Tue, 24 Aug 2010 17:36:33 -0400 Subject: [PATCH] * emacs-lisp/package.el (list-packages): Alias for package-list-packages. --- lisp/ChangeLog | 5 +++++ lisp/emacs-lisp/package.el | 3 +++ 2 files changed, 8 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8226f4b8d25..fcf27a8da92 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --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*'." (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. -- 2.39.2