diff options
Diffstat (limited to 'lisp')
| -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 cb8e2d60d6d..bebfd18d7a6 100644 --- a/lisp/emacs-lisp/package.el +++ b/lisp/emacs-lisp/package.el | |||
| @@ -1529,7 +1529,7 @@ similar to an entry in `package-alist'. Save the cached copy to | |||
| 1529 | (when (listp (read-from-string content)) | 1529 | (when (listp (read-from-string content)) |
| 1530 | (make-directory dir t) | 1530 | (make-directory dir t) |
| 1531 | (if (or (not package-check-signature) | 1531 | (if (or (not package-check-signature) |
| 1532 | (member archive package-unsigned-archives)) | 1532 | (member name package-unsigned-archives)) |
| 1533 | ;; If we don't care about the signature, save the file and | 1533 | ;; If we don't care about the signature, save the file and |
| 1534 | ;; we're done. | 1534 | ;; we're done. |
| 1535 | (progn (write-region content nil local-file nil 'silent) | 1535 | (progn (write-region content nil local-file nil 'silent) |