diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-16 03:40:21 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-16 03:40:21 +0000 |
commit | 784f6a0010dc41fb4cdf3ca374f3f6a1ca0fda2e (patch) | |
tree | bea55b14f7f09f794d93efe992ca32a1aeffbbe1 /lisp/arc-mode.el | |
parent | 8f6769c4f1d0ff057d009ee62bc1ec00a5294fa7 (diff) | |
download | emacs-784f6a0010dc41fb4cdf3ca374f3f6a1ca0fda2e.tar.gz |
(archive-tmpdir): Use system-tmp-directory.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r-- | lisp/arc-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/arc-mode.el b/lisp/arc-mode.el index a20770c9f53..d365e59c26d 100644 --- a/lisp/arc-mode.el +++ b/lisp/arc-mode.el @@ -122,7 +122,7 @@ (defcustom archive-tmpdir (make-temp-name (expand-file-name (if (eq system-type 'ms-dos) "ar" "archive.tmp") - (or (getenv "TMPDIR") (getenv "TMP") "/tmp"))) + system-tmp-directory)) "*Directory for temporary files made by arc-mode.el" :type 'directory :group 'archive) |