Merge from origin/emacs-25
6de0715
Properly reject malformed or empty package sigsedae7d9
Remove buggy non-native image scrolling
This commit is contained in:
commit
c8109d9c40
2 changed files with 10 additions and 35 deletions
|
@ -1218,7 +1218,7 @@ errors."
|
|||
(unless (and (eq package-check-signature 'allow-unsigned)
|
||||
(eq (epg-signature-status sig) 'no-pubkey))
|
||||
(setq had-fatal-error t))))
|
||||
(when (and (null good-signatures) had-fatal-error)
|
||||
(when (or (null good-signatures) had-fatal-error)
|
||||
(package--display-verify-error context sig-file)
|
||||
(signal 'bad-signature (list sig-file)))
|
||||
good-signatures)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue