; Handle case that was forgotten in the last commit

This commit is contained in:
Philip Kaludercic 2022-11-02 13:58:14 +01:00
parent b5dfd1dfe1
commit 57708df032

View file

@ -1819,7 +1819,7 @@ similar to an entry in `package-alist'. Save the cached copy to
(when good-sigs
(write-region (mapconcat #'epg-signature-to-string good-sigs "\n")
nil (concat local-file ".signed") nil 'silent)))
(lambda () (package--update-downloads-in-progress archive))))))))
(lambda () (package--update-downloads-in-progress (cons archive file)))))))))
(defun package--download-and-read-archives (&optional async)
"Download descriptions of all `package-archives' and read them.