diff options
author | Kenichi Handa <handa@m17n.org> | 2010-08-25 12:49:02 +0900 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2010-08-25 12:49:02 +0900 |
commit | 8809a9f99783685e43e9d2215961388b20298f8b (patch) | |
tree | f639112b1211f6fc007380115b0d16310f764d9b /lisp/emacs-lisp/package.el | |
parent | ff94e32cb3462a95578be0f3be44f5749d0e0b1f (diff) | |
parent | cb8759ca5adfd8561c3c1fd80bfc51819e65d305 (diff) | |
download | emacs-8809a9f99783685e43e9d2215961388b20298f8b.tar.gz emacs-8809a9f99783685e43e9d2215961388b20298f8b.tar.bz2 emacs-8809a9f99783685e43e9d2215961388b20298f8b.zip |
merge trunk
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r-- | lisp/emacs-lisp/package.el | 3 |
1 files changed, 3 insertions, 0 deletions
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. |