From 4eecd49e2d858e0351b4e48c5be0029732968432 Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 20 Nov 1997 12:52:34 +0000 Subject: [PATCH] Rename `mime-article/view-application/pgp' -> `mime-process-application/pgp'. --- mime-pgp.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index c6236a3..4290c08 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -5,10 +5,10 @@ ;; Author: MORIOKA Tomohiko ;; 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))) @@ -105,12 +105,12 @@ (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 -- 1.7.10.4