mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 22:42:01 -07:00
* emacs-lisp/package.el (package-refresh-contents): Add autoload.
This commit is contained in:
parent
be890cb842
commit
38bb2ca88d
2 changed files with 5 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue