1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

* 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.
This commit is contained in:
Stefan Monnier 2024-10-01 14:46:06 -04:00
parent 372ce6adbf
commit ff87166227

View File

@ -2690,7 +2690,7 @@ the Emacs user directory is set to a temporary directory."
`(add-to-list 'package-directory-list ,dir))
(cons package-user-dir package-directory-list))
(setq package-load-list ',package-load-list)
(package-initialize)))))))
(package-activate-all)))))))
;;;; Package description buffer.