* emacs-lisp/package.el (package-refresh-contents): Add autoload.
authorChong Yidong <cyd@gnu.org>
Sat, 29 Oct 2011 03:42:12 +0000 (11:42 +0800)
committerChong Yidong <cyd@gnu.org>
Sat, 29 Oct 2011 03:42:12 +0000 (11:42 +0800)
lisp/ChangeLog
lisp/emacs-lisp/package.el

index 4fd8422..d2f1ee6 100644 (file)
@@ -1,3 +1,7 @@
+2011-10-29  Chong Yidong  <cyd@gnu.org>
+
+       * emacs-lisp/package.el (package-refresh-contents): Add autoload.
+
 2011-10-28  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * doc-view.el: Avoid ugly errors about not finding nil.
index 2e340a4..0bd37ce 100644 (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