]> git.eshelyaron.com Git - emacs.git/commitdiff
(jka-compr-temp-name-template): Use temporary-file-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 17:50:00 +0000 (17:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 17:50:00 +0000 (17:50 +0000)
lisp/jka-compr.el

index bffa1fc6f020a9e14f300633e0eb7af21d3cfa6b..9bc42867020935e3b6dc298f9dec83dc264cacf0 100644 (file)
@@ -347,7 +347,7 @@ to keep: LEN chars starting BEG chars from the beginning."
 ;;; 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