From: morioka Date: Tue, 4 Mar 1997 13:11:02 +0000 (+0000) Subject: (mime-decode-message/tar): Variable `mime/tmp-dir' was renamed to X-Git-Tag: Hokutetsu-Ishikawa-new~185 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51840378fc8b95a9d22c95369dad7106d2fa3d6a;p=elisp%2Fsemi.git (mime-decode-message/tar): Variable `mime/tmp-dir' was renamed to `mime-temp-directory'. --- diff --git a/mime-tar.el b/mime-tar.el index 2be0c53..4c8f8e9 100644 --- a/mime-tar.el +++ b/mime-tar.el @@ -5,7 +5,7 @@ ;; Author: Hiroshi Ueno ;; modified by MORIOKA Tomohiko ;; Renamed: 1997/2/26 from tm-tar.el -;; Version: $Id: mime-tar.el,v 0.2 1997-02-27 08:36:01 tmorioka Exp $ +;; Version: $Id: mime-tar.el,v 0.3 1997-03-04 13:11:02 morioka Exp $ ;; Keywords: tar, tar+gzip, MIME, multimedia, mail, news ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces). @@ -238,10 +238,10 @@ (mime-tar-file-name (expand-file-name (concat (make-temp-name - (expand-file-name "tm" mime/tmp-dir)) ".tar"))) + (expand-file-name "tm" mime-temp-directory)) ".tar"))) (mime-tar-tmp-file-name - (expand-file-name (make-temp-name - (expand-file-name "tm" mime/tmp-dir)))) + (expand-file-name + (make-temp-name (expand-file-name "tm" mime-temp-directory)))) new-buf) (find-file mime-tar-tmp-file-name) (setq new-buf (current-buffer))