From 4212b8d8f37183cd85b938b3ed6275941f28fe8e Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 15 Mar 1997 21:18:21 +0000 Subject: [PATCH] (mime-article/add-pgp-keys): Abolish unused local variable `mode'. --- mime-pgp.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/mime-pgp.el b/mime-pgp.el index 16b450a..72e7c75 100644 --- a/mime-pgp.el +++ b/mime-pgp.el @@ -5,8 +5,8 @@ ;; Author: MORIOKA Tomohiko ;; Created: 1995/12/7 ;; Renamed: 1997/2/27 from tm-pgp.el -;; Version: $Id: mime-pgp.el,v 0.7 1997-03-15 21:06:10 morioka Exp $ -;; Keywords: mail, news, MIME, multimedia, PGP, security +;; Version: $Id: mime-pgp.el,v 0.8 1997-03-15 21:18:21 morioka Exp $ +;; Keywords: PGP, security, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -282,7 +282,6 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (mother mime::article/preview-buffer) (charset (cdr (assoc "charset" cal))) (encoding (cdr (assq 'encoding cal))) - (mode major-mode) str) (setq str (buffer-substring beg end)) (switch-to-buffer new-name) -- 1.7.10.4