; Handle case that was forgotten in the last commit
This commit is contained in:
parent
b5dfd1dfe1
commit
57708df032
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue