* lisp/emacs-lisp/package.el: Completely silence async operations
commit5aa0dfe4b73c0ef1a8462410265a29c55e244879
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 12 Apr 2015 14:03:45 +0000 (12 15:03 +0100)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sun, 12 Apr 2015 15:16:06 +0000 (12 16:16 +0100)
treeea1a5c1d2ef437d5c8f2cc417348097eb03f7147
parentdfdd7e19446d5fbdbf2211d5ef80ac34655b9f30
* lisp/emacs-lisp/package.el: Completely silence async operations

(package--make-autoloads-and-stuff): Silence autoloads.

(package--save-selected-packages): New function, silences
`customize-save-variable'.
(package--user-selected-p, package-install-from-buffer)
(package-delete, package-install): Use it.

(package-install-from-archive)
(package-menu--perform-transaction): Silence.

(package-menu-execute): Feedback when operation starts.
lisp/emacs-lisp/package.el