Advice is no longer needed as a fix has been pushed to HEAD

This commit is contained in:
Donald Ephraim Curtis 2012-01-30 21:17:33 -06:00
parent ebccd930c6
commit b526f12dec

View file

@ -4,7 +4,7 @@
;;
;; Author: Donald Ephraim Curtis <dcurtis@milkbox.net>
;; URL: https://github.com/milkypostman/melpa
;; Version: 0.2
;; Version: 0.3
;;
;;
;; Credits:
@ -74,18 +74,18 @@ ARCHIVE is the string name of the package archive."
(print requirements))
;;;###autoload
(defadvice package-download-tar
(after package-download-tar-initialize activate compile)
"initialize the package after compilation"
(package-initialize))
;; ;;;###autoload
;; (defadvice package-download-tar
;; (after package-download-tar-initialize activate compile)
;; "initialize the package after compilation"
;; (package-initialize))
;;;###autoload
(defadvice package-download-single
(after package-download-single-initialize activate compile)
"initialize the package after compilation"
(package-initialize))
;; ;;;###autoload
;; (defadvice package-download-single
;; (after package-download-single-initialize activate compile)
;; "initialize the package after compilation"
;; (package-initialize))
;;;###autoload