From: morioka Date: Thu, 12 Mar 1998 19:48:48 +0000 (+0000) Subject: Rename `mime-pgp-add-keys' -> X-Git-Tag: JR-Himi-~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=276c4cba23af602cdeedb033e29386ec8ca96a5d;p=elisp%2Fsemi.git Rename `mime-pgp-add-keys' -> `mime-method-to-add-application/pgp-keys'. --- diff --git a/mime-pgp.el b/mime-pgp.el index 026252d..146ac5c 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -286,7 +286,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") ;;; ;;; It is based on RFC 2015. -(defun mime-pgp-add-keys (beg end cal) +(defun mime-method-to-add-application/pgp-keys (beg end cal) (let* ((cnum (mime-article/point-content-number beg)) (new-name (format "%s-%s" (buffer-name) cnum)) (encoding (cdr (assq 'encoding cal))) @@ -307,7 +307,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (set-atype 'mime-acting-condition '((type . "application/pgp-keys") - (method . mime-pgp-add-keys) + (method . mime-method-to-add-application/pgp-keys) ))