diff options
| author | Philip Kaludercic | 2022-11-02 13:58:14 +0100 |
|---|---|---|
| committer | Philip Kaludercic | 2022-11-02 13:58:14 +0100 |
| commit | 57708df032d1c24cedaab68e705ea818dacdcd3f (patch) | |
| tree | 0f9530a56db74635e0b3cf4f50cd1e3b9b215c93 | |
| parent | b5dfd1dfe1147aa3bcceb8a2bc40f358aa1f29a4 (diff) | |
| download | emacs-57708df032d1c24cedaab68e705ea818dacdcd3f.tar.gz emacs-57708df032d1c24cedaab68e705ea818dacdcd3f.zip | |
; Handle case that was forgotten in the last commit
| -rw-r--r-- | lisp/emacs-lisp/package.el | 2 |
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 | |||
| 1819 | (when good-sigs | 1819 | (when good-sigs |
| 1820 | (write-region (mapconcat #'epg-signature-to-string good-sigs "\n") | 1820 | (write-region (mapconcat #'epg-signature-to-string good-sigs "\n") |
| 1821 | nil (concat local-file ".signed") nil 'silent))) | 1821 | nil (concat local-file ".signed") nil 'silent))) |
| 1822 | (lambda () (package--update-downloads-in-progress archive)))))))) | 1822 | (lambda () (package--update-downloads-in-progress (cons archive file))))))))) |
| 1823 | 1823 | ||
| 1824 | (defun package--download-and-read-archives (&optional async) | 1824 | (defun package--download-and-read-archives (&optional async) |
| 1825 | "Download descriptions of all `package-archives' and read them. | 1825 | "Download descriptions of all `package-archives' and read them. |