changeset 22100:eb3f36cc775f

(jka-compr-temp-name-template): Use temporary-file-directory.
author Richard M. Stallman <rms@gnu.org>
date Sat, 16 May 1998 17:50:00 +0000
parents 50b3a29265e4
children afd304707d2e
files lisp/jka-compr.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/jka-compr.el	Sat May 16 17:48:49 1998 +0000
+++ b/lisp/jka-compr.el	Sat May 16 17:50:00 1998 +0000
@@ -347,7 +347,7 @@
 ;;; from ange-ftp.
 
 (defcustom jka-compr-temp-name-template
-  (expand-file-name "jka-com" system-tmp-directory)
+  (expand-file-name "jka-com" temporary-file-directory)
   "Prefix added to all temp files created by jka-compr.
 There should be no more than seven characters after the final `/'."
   :type 'string