1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 20:32:00 -08:00

(archive-tmpdir): Use system-tmp-directory.

This commit is contained in:
Richard M. Stallman 1998-05-16 03:40:21 +00:00
parent 8f6769c4f1
commit 784f6a0010

View file

@ -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)