summaryrefslogtreecommitdiff
path: root/lisp/arc-mode.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1998-05-16 03:40:21 +0000
committerRichard M. Stallman <rms@gnu.org>1998-05-16 03:40:21 +0000
commit784f6a0010dc41fb4cdf3ca374f3f6a1ca0fda2e (patch)
treebea55b14f7f09f794d93efe992ca32a1aeffbbe1 /lisp/arc-mode.el
parent8f6769c4f1d0ff057d009ee62bc1ec00a5294fa7 (diff)
downloademacs-784f6a0010dc41fb4cdf3ca374f3f6a1ca0fda2e.tar.gz
(archive-tmpdir): Use system-tmp-directory.
Diffstat (limited to 'lisp/arc-mode.el')
-rw-r--r--lisp/arc-mode.el2
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)