1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/emacs-lisp/package.el (package-activate-all): Silence load msg

This commit is contained in:
Stefan Monnier 2019-01-14 15:10:14 -05:00
parent cdb082322d
commit 08634efb6a

View file

@ -1491,10 +1491,8 @@ The variable `package-load-list' controls which packages to load."
;; 2 (this assumes we were careful to save this file so it doesn't need
;; any decoding).
(let ((load-source-file-function nil))
(load package-quickstart-file))
(unless package--initialized
(package-initialize t))
(dolist (elt package-alist)
(load package-quickstart-file nil 'nomessage))
(dolist (elt (package--alist))
(condition-case err
(package-activate (car elt))
;; Don't let failure of activation of a package arbitrarily stop