(uuencode-external-decode-region): Use `temporary-file-directory'
authormorioka <morioka>
Sat, 24 Oct 1998 13:21:25 +0000 (13:21 +0000)
committermorioka <morioka>
Sat, 24 Oct 1998 13:21:25 +0000 (13:21 +0000)
instead of `mime-temp-directory'.
(mime-write-decoded-region): Likewise.

mel-u.el

index 65513f3..3328e56 100644 (file)
--- a/mel-u.el
+++ b/mel-u.el
@@ -78,7 +78,7 @@ variable `uuencode-external-decoder'."
                                (buffer-substring (match-beginning 0)
                                                  (match-end 0))
                              )))))
-         (default-directory mime-temp-directory))
+         (default-directory temporary-file-directory))
       (if filename
          (as-binary-process
           (apply (function call-process-region)
@@ -147,7 +147,7 @@ START and END are buffer positions."
                            (buffer-substring (match-beginning 0)
                                              (match-end 0))
                          )))))
-         (default-directory mime-temp-directory))
+         (default-directory temporary-file-directory))
       (if file
          (as-binary-process
           (apply (function call-process-region)