From bb03a7ccad76cbc5ee5f75a81f0966969d7d0c2e Mon Sep 17 00:00:00 2001 From: morioka Date: Thu, 20 Nov 1997 13:24:20 +0000 Subject: [PATCH] Rename `mime-article/add-pgp-keys' -> `mime-pgp-add-keys'. --- mime-pgp.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index 0dc85da..e2cad57 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -5,7 +5,7 @@ ;; Author: MORIOKA Tomohiko ;; Created: 1995/12/7 ;; Renamed: 1997/2/27 from tm-pgp.el -;; Version: $Id: mime-pgp.el,v 0.27 1997-11-20 13:21:58 morioka Exp $ +;; Version: $Id: mime-pgp.el,v 0.28 1997-11-20 13:24:20 morioka Exp $ ;; Keywords: PGP, security, MIME, multimedia, mail, news ;; This file is part of SEMI (Secure Emacs MIME Interface). @@ -269,7 +269,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") ;;; ;;; It is based on RFC 2015. -(defun mime-article/add-pgp-keys (beg end cal) +(defun mime-pgp-add-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))) @@ -290,7 +290,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-article/add-pgp-keys) + (method . mime-pgp-add-keys) )) -- 1.7.10.4