(mime-article/check-pgp-signature): Variable `mime/tmp-dir' was
[elisp/semi.git] / mime-pgp.el
index cef68e1..523fc83 100644 (file)
@@ -4,7 +4,8 @@
 
 ;; Author: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1995/12/7
-;; Version: $Id: mime-pgp.el,v 0.0 1997-02-27 08:09:32 tmorioka Exp $
+;;     Renamed: 1997/2/27 from tm-pgp.el
+;; Version: $Id: mime-pgp.el,v 0.2 1997-03-04 13:07:54 morioka Exp $
 ;; Keywords: mail, news, MIME, multimedia, PGP, security
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -172,7 +173,7 @@ It should be ISO 639 2 letter language code such as en, ja, ...")
         (oinfo (mime-article/rcnum-to-cinfo (cons onum rmcnum)
                                             mime::article/content-info))
         status str kbuf
-        (basename (expand-file-name "tm" mime/tmp-dir))
+        (basename (expand-file-name "tm" mime-temp-directory))
         (orig-file (make-temp-name basename))
         (sig-file (concat orig-file ".sig"))
         )