mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-01 11:14:55 +00:00
* emacs-lisp/package.el (package-refresh-contents): Add autoload.
This commit is contained in:
parent
be890cb842
commit
38bb2ca88d
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user