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:
parent
8f6769c4f1
commit
784f6a0010
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue