From: morioka Date: Sat, 15 Mar 1997 21:20:02 +0000 (+0000) Subject: (mime-article/add-pgp-keys): Abolish unused local variables `charset' X-Git-Tag: Hokutetsu-Ishikawa-new~123 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=fc2f6ed51853ab6d5382ae84a592a21351706164;p=elisp%2Fsemi.git (mime-article/add-pgp-keys): Abolish unused local variables `charset' and `mime::article/preview-buffer'. --- 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))