Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
38bb2ca8
Commit
38bb2ca8
authored
Oct 29, 2011
by
Chong Yidong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* emacs-lisp/package.el (package-refresh-contents): Add autoload.
parent
be890cb8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/ChangeLog
lisp/ChangeLog
+4
-0
lisp/emacs-lisp/package.el
lisp/emacs-lisp/package.el
+1
-0
No files found.
lisp/ChangeLog
View file @
38bb2ca8
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.
...
...
lisp/emacs-lisp/package.el
View file @
38bb2ca8
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment