Mercurial > emacs
diff lisp/arc-mode.el @ 22096:2f9cb89376a6
(archive-tmpdir): Use temporary-file-directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 17:34:20 +0000 |
parents | 81147e51c3e2 |
children | 18a455216af7 |
line wrap: on
line diff
--- a/lisp/arc-mode.el Sat May 16 17:33:11 1998 +0000 +++ b/lisp/arc-mode.el Sat May 16 17:34:20 1998 +0000 @@ -122,7 +122,7 @@ (defcustom archive-tmpdir (make-temp-name (expand-file-name (if (eq system-type 'ms-dos) "ar" "archive.tmp") - system-tmp-directory)) + temporary-file-directory)) "*Directory for temporary files made by arc-mode.el" :type 'directory :group 'archive)