From 38bb2ca88d2370f5991afe250e4976e7b50aab0d Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 29 Oct 2011 11:42:12 +0800 Subject: * emacs-lisp/package.el (package-refresh-contents): Add autoload. --- lisp/emacs-lisp/package.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/emacs-lisp') diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el index 2e340a442a6..0bd37ce1d49 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el @@ -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 -- cgit v1.2.3