Rename `mime-pgp-check-application/pgp-signature' ->
authormorioka <morioka>
Thu, 12 Mar 1998 19:41:51 +0000 (19:41 +0000)
committermorioka <morioka>
Thu, 12 Mar 1998 19:41:51 +0000 (19:41 +0000)
`mime-method-to-verify-application/pgp-signature'.

mime-pgp.el

index 19f9ada..df65eca 100644 (file)
@@ -172,7 +172,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...")
                 (t "Bad signature")))
          ))))
 
-(defun mime-pgp-check-application/pgp-signature (beg end cal)
+(defun mime-method-to-verify-application/pgp-signature (beg end cal)
   "Internal method to check PGP/MIME signature."
   (let* ((encoding (cdr (assq 'encoding cal)))
         (cnum (mime-article/point-content-number beg))
@@ -252,7 +252,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...")
 
 (set-atype 'mime-acting-condition
           '((type . "application/pgp-signature")
-            (method . mime-pgp-check-application/pgp-signature)
+            (method . mime-method-to-verify-application/pgp-signature)
             ))