From: morioka Date: Sat, 15 Mar 1997 21:18:21 +0000 (+0000) Subject: (mime-article/add-pgp-keys): Abolish unused local variable `mode'. X-Git-Tag: Hokutetsu-Ishikawa-new~124 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=4212b8d8f37183cd85b938b3ed6275941f28fe8e;p=elisp%2Fsemi.git (mime-article/add-pgp-keys): Abolish unused local variable `mode'. --- 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)