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:
parent
cdb082322d
commit
08634efb6a
1 changed files with 2 additions and 4 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue