Remove commented functions.

This commit is contained in:
Donald Ephraim Curtis 2012-02-02 13:22:27 -06:00
parent 6f91ac9380
commit bd5564405a

View file

@ -74,20 +74,6 @@ ARCHIVE is the string name of the package archive."
(print requirements)) (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-single
;; (after package-download-single-initialize activate compile)
;; "initialize the package after compilation"
;; (package-initialize))
;;;###autoload ;;;###autoload
(defadvice package--add-to-archive-contents (defadvice package--add-to-archive-contents
(around package-filter-add-to-archive-contents (package archive) (around package-filter-add-to-archive-contents (package archive)