* emacs-lisp/package.el (package-refresh-contents): Add autoload.

This commit is contained in:
Chong Yidong 2011-10-29 11:42:12 +08:00
parent be890cb842
commit 38bb2ca88d
2 changed files with 5 additions and 0 deletions

View file

@ -1076,6 +1076,7 @@ similar to an entry in `package-alist'. Save the cached copy to
(let ((version-control 'never))
(save-buffer))))))
;;;###autoload
(defun package-refresh-contents ()
"Download the ELPA archive description if needed.
This informs Emacs about the latest versions of all packages, and