From: morioka Date: Thu, 12 Mar 1998 19:44:14 +0000 (+0000) Subject: Rename `mime-pgp-decrypt-application/pgp-encrypted' -> X-Git-Tag: JR-Himi-~4 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=87a3cc80c67ee202e9003c00fac54d5d1e59e57c;p=elisp%2Fsemi.git Rename `mime-pgp-decrypt-application/pgp-encrypted' -> `mime-method-to-decrypt-application/pgp-encrypted'. --- diff --git a/mime-pgp.el b/mime-pgp.el index df65eca..026252d 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -260,7 +260,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") ;;; ;;; It is based on RFC 2015. -(defun mime-pgp-decrypt-application/pgp-encrypted (beg end cal) +(defun mime-method-to-decrypt-application/pgp-encrypted (beg end cal) (let* ((cnum (mime-article/point-content-number beg)) (rcnum (reverse cnum)) (rmcnum (cdr rcnum)) @@ -278,7 +278,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (set-atype 'mime-acting-condition '((type . "application/pgp-encrypted") - (method . mime-pgp-decrypt-application/pgp-encrypted) + (method . mime-method-to-decrypt-application/pgp-encrypted) ))