aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-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 @@
122(defcustom archive-tmpdir 122(defcustom archive-tmpdir
123 (make-temp-name 123 (make-temp-name
124 (expand-file-name (if (eq system-type 'ms-dos) "ar" "archive.tmp") 124 (expand-file-name (if (eq system-type 'ms-dos) "ar" "archive.tmp")
125 (or (getenv "TMPDIR") (getenv "TMP") "/tmp"))) 125 system-tmp-directory))
126 "*Directory for temporary files made by arc-mode.el" 126 "*Directory for temporary files made by arc-mode.el"
127 :type 'directory 127 :type 'directory
128 :group 'archive) 128 :group 'archive)