diff options
| -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. |