openpgp: Add missing type predicate for '&openpgp-invalid-signature-error'.
Reported by brendyyn on #guix. The mistake led to a macro expansion error on Guile 2.2 but not on 3.0.2. * guix/openpgp.scm (&openpgp-invalid-signature-error): Add missing type predicate.
This commit is contained in:
parent
1f14e25c19
commit
06735a57a9
1 changed files with 1 additions and 0 deletions
|
@ -136,6 +136,7 @@ (define-condition-type &openpgp-unrecognized-packet-error &openpgp-error
|
|||
|
||||
;; Error raised when reading an invalid signature packet.
|
||||
(define-condition-type &openpgp-invalid-signature-error &openpgp-error
|
||||
openpgp-invalid-signature-error?
|
||||
(port openpgp-invalid-signature-error-port))
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue