aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-16 03:40:21 +0000
committerRichard M. Stallman1998-05-16 03:40:21 +0000
commit784f6a0010dc41fb4cdf3ca374f3f6a1ca0fda2e (patch)
treebea55b14f7f09f794d93efe992ca32a1aeffbbe1
parent8f6769c4f1d0ff057d009ee62bc1ec00a5294fa7 (diff)
downloademacs-784f6a0010dc41fb4cdf3ca374f3f6a1ca0fda2e.tar.gz
emacs-784f6a0010dc41fb4cdf3ca374f3f6a1ca0fda2e.zip
(archive-tmpdir): Use system-tmp-directory.
-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)