]> git.eshelyaron.com Git - emacs.git/commit
* lisp/emacs-lisp/package.el (package-isolate): Use `package-activate-all`
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 1 Oct 2024 18:46:06 +0000 (14:46 -0400)
committerEshel Yaron <me@eshelyaron.com>
Thu, 3 Oct 2024 06:39:56 +0000 (08:39 +0200)
commit81987775c609150b3e48f3f4dfc914806fcea390
tree4122cc150bcbb3811ff9cecbd5724a3dfdc3e2b8
parent135ef35492601b14d2b5a438bab6f766de8def1b
* lisp/emacs-lisp/package.el (package-isolate): Use `package-activate-all`

`package-initialize` is used to initialize the whole machinery needed
to list/download/install/remove packages, whereas here we only need to use
the installed packages.

(cherry picked from commit ff87166227b2634e45591e8c73db9b102734ab77)
lisp/emacs-lisp/package.el