From fc2f6ed51853ab6d5382ae84a592a21351706164 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 21:20:02 +0000 Subject: [PATCH] (mime-article/add-pgp-keys): Abolish unused local variables `charset' and `mime::article/preview-buffer'. --- mime-pgp.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index 72e7c75..ea8c575 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.8 1997-03-15 21:18:21 morioka Exp $ +;; Version: $Id: mime-pgp.el,v 0.9 1997-03-15 21:20:02 morioka Exp $ ;; Keywords: PGP, security, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -279,8 +279,6 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (defun mime-article/add-pgp-keys (beg end cal) (let* ((cnum (mime-article/point-content-number beg)) (new-name (format "%s-%s" (buffer-name) cnum)) - (mother mime::article/preview-buffer) - (charset (cdr (assoc "charset" cal))) (encoding (cdr (assq 'encoding cal))) str) (setq str (buffer-substring beg end)) -- 1.7.10.4