mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
; Properly initialize 'package-load-list' for 'package-isolate'
* lisp/emacs-lisp/package.el (package-isolate): Use the right
variable to initialize 'package-load-list' in the subprocess.
This should have been changed in c8d19034a.
This commit is contained in:
parent
effafd92e0
commit
65eff4fd4f
|
|
@ -2708,7 +2708,7 @@ intended for testing Emacs and/or the packages in a clean environment."
|
|||
(append (list package-user-dir)
|
||||
temp-install-dir
|
||||
package-directory-list))
|
||||
(setq package-load-list ',package-load-list)
|
||||
(setq package-load-list ',load-list)
|
||||
(package--activate-all)))))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue