From bd83afc517e21c23978562b0aaa5d38482ba8203 Mon Sep 17 00:00:00 2001 From: morioka Date: Sat, 24 Oct 1998 13:21:25 +0000 Subject: [PATCH] (uuencode-external-decode-region): Use `temporary-file-directory' instead of `mime-temp-directory'. (mime-write-decoded-region): Likewise. --- mel-u.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mel-u.el b/mel-u.el index 65513f3..3328e56 100644 --- 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) -- 1.7.10.4