Rename `mime-article/view-application/pgp' ->
authormorioka <morioka>
Thu, 20 Nov 1997 12:52:34 +0000 (12:52 +0000)
committermorioka <morioka>
Thu, 20 Nov 1997 12:52:34 +0000 (12:52 +0000)
`mime-process-application/pgp'.

mime-pgp.el

index c6236a3..4290c08 100644 (file)
@@ -5,10 +5,10 @@
 ;; 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.23 1997-11-15 14:55:43 morioka Exp $
+;; Version: $Id: mime-pgp.el,v 0.24 1997-11-20 12:52:34 morioka Exp $
 ;; Keywords: PGP, security, MIME, multimedia, mail, news
 
-;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
+;; This file is part of SEMI (Secure Emacs MIME Interface).
 
 ;; This program is free software; you can redistribute it and/or
 ;; modify it under the terms of the GNU General Public License as
@@ -48,7 +48,7 @@
 ;;;
 ;;; It is based on draft-kazu-pgp-mime-00.txt
 
-(defun mime-article/view-application/pgp (beg end cal)
+(defun mime-process-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-article/view-application/pgp)
+            (method . mime-process-application/pgp)
             ))
 
 (set-atype 'mime-acting-condition
           '((type . "text/x-pgp")
-            (method . mime-article/view-application/pgp)
+            (method . mime-process-application/pgp)
             ))
 
 
@@ -262,7 +262,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-article/view-application/pgp obeg oend cal)
+    (mime-process-application/pgp obeg oend cal)
     ))
 
 (set-atype 'mime-acting-condition