(mime-edit-split-and-send): Variable `mime/tmp-dir' was renamed to
authormorioka <morioka>
Tue, 4 Mar 1997 13:03:32 +0000 (13:03 +0000)
committermorioka <morioka>
Tue, 4 Mar 1997 13:03:32 +0000 (13:03 +0000)
`mime-temp-directory'.

mime-edit.el

index 020a972..40e2377 100644 (file)
@@ -7,7 +7,7 @@
 ;; Maintainer: MORIOKA Tomohiko <morioka@jaist.ac.jp>
 ;; Created: 1994/08/21 renamed from mime.el
 ;;     Renamed: 1997/2/21 from tm-edit.el
-;; Version: $Revision: 0.59 $
+;; Version: $Revision: 0.60 $
 ;; Keywords: MIME, multimedia, multilingual, mail, news
 
 ;; This file is part of SEMI (SEMI is Emacs MIME Interfaces).
 ;;;
 
 (defconst mime-edit-RCS-ID
-  "$Id: mime-edit.el,v 0.59 1997-03-04 12:53:25 morioka Exp $")
+  "$Id: mime-edit.el,v 0.60 1997-03-04 13:03:32 morioka Exp $")
 
 (defconst mime-edit-version (get-version-string mime-edit-RCS-ID))
 
@@ -2266,7 +2266,7 @@ Content-Type: message/partial; id=%s; number=%d; total=%d\n%s\n"
   (let* ((mime-edit-draft-file-name 
          (or (buffer-file-name)
              (make-temp-name
-              (expand-file-name "mime-draft" mime/tmp-dir))))
+              (expand-file-name "mime-draft" mime-temp-directory))))
         (separator mail-header-separator)
         (id (concat "\""
                     (replace-space-with-underline (current-time-string))