package.el: Fix the last commit

This commit is contained in:
Daiki Ueno 2014-11-06 15:29:24 +09:00
parent 4cd90e0920
commit 55ea575e13

View file

@ -853,9 +853,7 @@ GnuPG keyring is located under \"gnupg\" in `package-user-dir'."
(setq had-fatal-error t))))
(when (and (null good-signatures) had-fatal-error)
(package--display-verify-error context sig-file)
(error "Failed to verify signature %s: %S"
sig-file
))
(error "Failed to verify signature %s" sig-file))
good-signatures)))
(defun package-install-from-archive (pkg-desc)