(mime-article/grab-message/partials): Variable `mime/tmp-dir' was
authormorioka <morioka>
Tue, 4 Mar 1997 13:06:56 +0000 (13:06 +0000)
committermorioka <morioka>
Tue, 4 Mar 1997 13:06:56 +0000 (13:06 +0000)
renamed to `mime-temp-directory'.

mime-partial.el

index 7e2623a..9ba4de3 100644 (file)
@@ -5,7 +5,7 @@
 ;; Author: OKABE Yasuo @ Kyoto University
 ;;         MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Version:
-;;     $Id: mime-partial.el,v 0.1 1997-02-21 05:29:13 tmorioka Exp $ 
+;;     $Id: mime-partial.el,v 0.2 1997-03-04 13:06:56 morioka Exp $ 
 ;; Keywords: message/partial, MIME, multimedia, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
@@ -50,7 +50,7 @@
         (subject-buf (eval (cdr (assq 'summary-buffer-exp cal))))
         subject-id
         (root-dir (expand-file-name
-                   (concat "m-prts-" (user-login-name)) mime/tmp-dir))
+                   (concat "m-prts-" (user-login-name)) mime-temp-directory))
         full-file)
     (setq root-dir (concat root-dir "/" (replace-as-filename id)))
     (setq full-file (concat root-dir "/FULL"))