package.el: Fix the last commit
This commit is contained in:
parent
4cd90e0920
commit
55ea575e13
1 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue