aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/epg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/epg.el b/lisp/epg.el
index 1a107600a5f..090317f4221 100644
--- a/lisp/epg.el
+++ b/lisp/epg.el
@@ -420,7 +420,7 @@ callback data (if any)."
420 (if user-id 420 (if user-id
421 (concat " " 421 (concat " "
422 (if (stringp user-id) 422 (if (stringp user-id)
423 user-id 423 (epg--decode-percent-escape-as-utf-8 user-id)
424 (epg-decode-dn user-id))) 424 (epg-decode-dn user-id)))
425 "") 425 "")
426 (if (epg-signature-validity signature) 426 (if (epg-signature-validity signature)