]> git.eshelyaron.com Git - emacs.git/commit
(package-activate-all): Be more robust when quickstart fails
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Dec 2023 19:24:45 +0000 (14:24 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 5 Dec 2023 19:24:45 +0000 (14:24 -0500)
commit4f0239d814a090a7d96968c0e8f70e56b186cff9
tree3b03fa305661779cc7140fa8334dd3ad64f38283
parent1f1dbfc6e8da2bad097a388fbfd8cb09a2092cac
(package-activate-all): Be more robust when quickstart fails

Quickstart can fail in all kinds of ways, for example if a package
was removed without updating the quickstart file.

* lisp/emacs-lisp/package.el (package-activate-all): Revert to the slow
path if the quickstart signals an error.
(package--activate-all): Fix compilation warning without an autoload.
lisp/emacs-lisp/package.el