]> git.eshelyaron.com Git - emacs.git/commitdiff
; Handle case that was forgotten in the last commit
authorPhilip Kaludercic <philipk@posteo.net>
Wed, 2 Nov 2022 12:58:14 +0000 (13:58 +0100)
committerPhilip Kaludercic <philipk@posteo.net>
Wed, 2 Nov 2022 12:58:14 +0000 (13:58 +0100)
lisp/emacs-lisp/package.el

index 4593ae7d1b79dc95c129b559110408a89048d21a..27324f2b9b455aeffe79998f8b98bc95c0310a29 100644 (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.