;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
;; Created: 1995/12/7
;; Renamed: 1997/2/27 from tm-pgp.el
-;; Version: $Id: mime-pgp.el,v 0.26 1997-11-20 13:17:20 morioka Exp $
+;; Version: $Id: mime-pgp.el,v 0.27 1997-11-20 13:21:58 morioka Exp $
;; Keywords: PGP, security, MIME, multimedia, mail, news
;; This file is part of SEMI (Secure Emacs MIME Interface).
;;;
;;; It is based on RFC 2015.
-(defun mime-article/decrypt-pgp (beg end cal)
+(defun mime-pgp-decrypt-application/pgp-encrypted (beg end cal)
(let* ((cnum (mime-article/point-content-number beg))
(rcnum (reverse cnum))
(rmcnum (cdr rcnum))
(set-atype 'mime-acting-condition
'((type . "application/pgp-encrypted")
- (method . mime-article/decrypt-pgp)
+ (method . mime-pgp-decrypt-application/pgp-encrypted)
))