Mercurial > emacs
changeset 22086:81147e51c3e2
(archive-tmpdir): Use system-tmp-directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 03:40:21 +0000 |
parents | e8163732f7b4 |
children | f472b66ed66b |
files | lisp/arc-mode.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/arc-mode.el Sat May 16 03:38:59 1998 +0000 +++ b/lisp/arc-mode.el Sat May 16 03:40:21 1998 +0000 @@ -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)