Revert a fix to emodule after another update
This commit is contained in:
parent
22ff3a1ac4
commit
67f65a91db
@ -183,7 +183,7 @@ dependency of one that is."
|
||||
(let ((needed (cl-loop for p in pkgs
|
||||
if (assq p package-alist)
|
||||
;; `p' and its dependencies are needed.
|
||||
append (cons p (package--get-deps (list p))))))
|
||||
append (cons p (package--get-deps p)))))
|
||||
(cl-loop for p in (mapcar #'car package-alist)
|
||||
unless (memq p needed)
|
||||
collect p)))
|
||||
|
Reference in New Issue
Block a user