* 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:
parent
372ce6adbf
commit
ff87166227
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue