(mime-article/add-pgp-keys): Abolish unused local variable `mode'.
authormorioka <morioka>
Sat, 15 Mar 1997 21:18:21 +0000 (21:18 +0000)
committermorioka <morioka>
Sat, 15 Mar 1997 21:18:21 +0000 (21:18 +0000)
mime-pgp.el

index 16b450a..72e7c75 100644 (file)
@@ -5,8 +5,8 @@
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; 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)