projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5dfd1d
)
; Handle case that was forgotten in the last commit
author
Philip Kaludercic
<philipk@posteo.net>
Wed, 2 Nov 2022 12:58:14 +0000
(13:58 +0100)
committer
Philip Kaludercic
<philipk@posteo.net>
Wed, 2 Nov 2022 12:58:14 +0000
(13:58 +0100)
lisp/emacs-lisp/package.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/package.el
b/lisp/emacs-lisp/package.el
index 4593ae7d1b79dc95c129b559110408a89048d21a..27324f2b9b455aeffe79998f8b98bc95c0310a29 100644
(file)
--- 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.