mirror of
https://github.com/correl/melpa.git
synced 2024-11-22 03:00:11 +00:00
Remove commented functions.
This commit is contained in:
parent
6f91ac9380
commit
bd5564405a
1 changed files with 0 additions and 14 deletions
14
melpa.el
14
melpa.el
|
@ -74,20 +74,6 @@ 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-single
|
||||
;; (after package-download-single-initialize activate compile)
|
||||
;; "initialize the package after compilation"
|
||||
;; (package-initialize))
|
||||
|
||||
|
||||
;;;###autoload
|
||||
(defadvice package--add-to-archive-contents
|
||||
(around package-filter-add-to-archive-contents (package archive)
|
||||
|
|
Loading…
Reference in a new issue