From ef1ad9e2548f6def766889fca806b497724abaf7 Mon Sep 17 00:00:00 2001 From: ueno Date: Fri, 15 Sep 2006 03:30:33 +0000 Subject: [PATCH] 2006-09-15 Juliusz Chroboczek * pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo. --- ChangeLog | 4 ++++ pgg-epg.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 3abbc46..da3f9bc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2006-09-15 Juliusz Chroboczek + + * pgg-epg.el (mml2015-gpg-extract-signature-details): Fixed a typo. + 2006-09-13 Daiki Ueno * epg-config.el (epg-passphrase-coding-system): Renamed from diff --git a/pgg-epg.el b/pgg-epg.el index 09f69f0..8d5cf8e 100644 --- a/pgg-epg.el +++ b/pgg-epg.el @@ -252,7 +252,7 @@ Add all public keys in region between START and END to the keyring." (fprint (epg-signature-fingerprint (car pgg-epg-signatures))) (trust-good-enough-p (memq (epg-signature-validity (car pgg-epg-signatures)) - '(marginal fully ultimate)))) + '(marginal full ultimate)))) (cond ((and signer fprint) (concat (cdr signer) (unless trust-good-enough-p -- 1.7.10.4