emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/package+vc 57708df032: ; Handle case that was forgotten in the l


From: Philip Kaludercic
Subject: feature/package+vc 57708df032: ; Handle case that was forgotten in the last commit
Date: Wed, 2 Nov 2022 08:58:41 -0400 (EDT)

branch: feature/package+vc
commit 57708df032d1c24cedaab68e705ea818dacdcd3f
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    ; Handle case that was forgotten in the last commit
---
 lisp/emacs-lisp/package.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 4593ae7d1b..27324f2b9b 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]