From: morioka Date: Sat, 15 Mar 1997 21:06:10 +0000 (+0000) Subject: (mime-article/check-pgp-signature): Abolish unused local variable X-Git-Tag: Hokutetsu-Ishikawa-new~126 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b0192212934188fafcf6b2e63d62035efc20b4d0;p=elisp%2Fsemi.git (mime-article/check-pgp-signature): Abolish unused local variable `status'. --- diff --git a/mime-pgp.el b/mime-pgp.el index a268888..16b450a 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.6 1997-03-15 21:04:32 morioka Exp $ +;; Version: $Id: mime-pgp.el,v 0.7 1997-03-15 21:06:10 morioka Exp $ ;; Keywords: mail, news, MIME, multimedia, PGP, security ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -171,7 +171,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...") (1+ knum))) (oinfo (mime-article/rcnum-to-cinfo (cons onum rmcnum) mime::article/content-info)) - status str kbuf + str kbuf (basename (expand-file-name "tm" mime-temp-directory)) (orig-file (make-temp-name basename)) (sig-file (concat orig-file ".sig"))