Remove auto-autoloads.el~
[elisp/epg.git] / epg.el
diff --git a/epg.el b/epg.el
index 486ab79..147eda5 100644 (file)
--- a/epg.el
+++ b/epg.el
@@ -416,6 +416,9 @@ This function is for internal use only."
                      (epg-signature-validity signature))
            "")))
 
+(defun epg-verify-result-to-string (verify-result)
+  (mapconcat #'epg-signature-to-string verify-result "\n"))
+
 (defun epg-start (context args)
   "Start `epg-gpg-program' in a subprocess with given ARGS."
   (let* ((args (append (list "--no-tty"