Skip to content

Commit

Permalink
(epackage-cmd-sources-list-upgrade): Call epackage-initialize
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
  • Loading branch information
jaalto committed Feb 8, 2012
1 parent 5022ffe commit c8b27f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
@@ -1,3 +1,11 @@
2012-02-08 Wed root <jari.aalto@cante.net>

* Makefile: (examples, update): New targets.
(INVOKE): New variable.

* epackage.el (epackage-cmd-sources-list-upgrade): Call
`epackage-initialize'.

2012-01-07 Sat Jari Aalto <jari.aalto@cante.net> 2012-01-07 Sat Jari Aalto <jari.aalto@cante.net>


* epackage.el * epackage.el
Expand Down
3 changes: 2 additions & 1 deletion epackage.el
Expand Up @@ -1482,7 +1482,7 @@
(defconst epackage-version "1.5" (defconst epackage-version "1.5"
"Standard Emacs inversion.el supported verison number.") "Standard Emacs inversion.el supported verison number.")


(defconst epackage--version-time "2012.0107.0915" (defconst epackage--version-time "2012.0208.0625"
"Package's version number in format YYYY.MMDD.HHMM.") "Package's version number in format YYYY.MMDD.HHMM.")


(defconst epackage--maintainer "jari.aalto@cante.net" (defconst epackage--maintainer "jari.aalto@cante.net"
Expand Down Expand Up @@ -8252,6 +8252,7 @@ Return:
If optional VERBOSE is non-nil, display progress messages." If optional VERBOSE is non-nil, display progress messages."
(interactive (interactive
(list 'interactive)) (list 'interactive))
(epackage-initialize verbose)
(epackage-kill-buffer-sources-list) (epackage-kill-buffer-sources-list)
(unless (epackage-sources-list-p) (unless (epackage-sources-list-p)
(epackage-with-message verbose "Wait, downloading sources list")) (epackage-with-message verbose "Wait, downloading sources list"))
Expand Down

0 comments on commit c8b27f4

Please sign in to comment.