Revert a fix to emodule after another update

This commit is contained in:
Wojciech Kozlowski 2019-12-17 22:21:17 +01:00
parent 22ff3a1ac4
commit 67f65a91db

View File

@ -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)))