summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/package.el
diff options
context:
space:
mode:
authorPhilip Kaludercic <philipk@posteo.net>2022-11-02 13:58:14 +0100
committerPhilip Kaludercic <philipk@posteo.net>2022-11-02 13:58:14 +0100
commit57708df032d1c24cedaab68e705ea818dacdcd3f (patch)
tree0f9530a56db74635e0b3cf4f50cd1e3b9b215c93 /lisp/emacs-lisp/package.el
parentb5dfd1dfe1147aa3bcceb8a2bc40f358aa1f29a4 (diff)
downloademacs-57708df032d1c24cedaab68e705ea818dacdcd3f.tar.gz
; Handle case that was forgotten in the last commit
Diffstat (limited to 'lisp/emacs-lisp/package.el')
-rw-r--r--lisp/emacs-lisp/package.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 4593ae7d1b7..27324f2b9b4 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -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.