(archive-tmpdir): Use system-tmp-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 03:40:21 +0000 (03:40 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 03:40:21 +0000 (03:40 +0000)
lisp/arc-mode.el

index a20770c..d365e59 100644 (file)
 (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)