Rename `mime-process-application/pgp' ->
authormorioka <morioka>
Thu, 12 Mar 1998 19:37:29 +0000 (19:37 +0000)
committermorioka <morioka>
Thu, 12 Mar 1998 19:37:29 +0000 (19:37 +0000)
`mime-method-for-application/pgp'.

mime-pgp.el

index 021dcbb..33ad601 100644 (file)
@@ -47,7 +47,7 @@
 ;;;
 ;;; It is based on draft-kazu-pgp-mime-00.txt
 
-(defun mime-process-application/pgp (beg end cal)
+(defun mime-method-for-application/pgp (beg end cal)
   (let* ((cnum (mime-article/point-content-number beg))
         (p-win (or (get-buffer-window mime-view-buffer)
                    (get-largest-window)))
 
 (set-atype 'mime-acting-condition
           '((type . "application/pgp")
-            (method . mime-process-application/pgp)
+            (method . mime-method-for-application/pgp)
             ))
 
 (set-atype 'mime-acting-condition
           '((type . "text/x-pgp")
-            (method . mime-process-application/pgp)
+            (method . mime-method-for-application/pgp)
             ))
 
 
@@ -273,7 +273,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...")
         (obeg (mime-entity-info-point-min oinfo))
         (oend (mime-entity-info-point-max oinfo))
         )
-    (mime-process-application/pgp obeg oend cal)
+    (mime-method-for-application/pgp obeg oend cal)
     ))
 
 (set-atype 'mime-acting-condition