emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r106227: * emacs-lisp/package.el (pac


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r106227: * emacs-lisp/package.el (package-refresh-contents): Add autoload.
Date: Sat, 29 Oct 2011 11:42:12 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 106227
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2011-10-29 11:42:12 +0800
message:
  * emacs-lisp/package.el (package-refresh-contents): Add autoload.
modified:
  lisp/ChangeLog
  lisp/emacs-lisp/package.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-10-29 00:39:57 +0000
+++ b/lisp/ChangeLog    2011-10-29 03:42:12 +0000
@@ -1,3 +1,7 @@
+2011-10-29  Chong Yidong  <address@hidden>
+
+       * emacs-lisp/package.el (package-refresh-contents): Add autoload.
+
 2011-10-28  Stefan Monnier  <address@hidden>
 
        * doc-view.el: Avoid ugly errors about not finding nil.

=== modified file 'lisp/emacs-lisp/package.el'
--- a/lisp/emacs-lisp/package.el        2011-09-27 15:58:13 +0000
+++ b/lisp/emacs-lisp/package.el        2011-10-29 03:42:12 +0000
@@ -1076,6 +1076,7 @@
        (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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]