From 5b9faf369aea07cc86fd3190bb5c6ada3c1a54f8 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 12 Mar 1998 19:37:29 +0000 Subject: [PATCH] Rename `mime-process-application/pgp' -> `mime-method-for-application/pgp'. --- mime-pgp.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index 021dcbb..33ad601 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -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))) @@ -104,12 +104,12 @@ (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 -- 1.7.10.4