# HG changeset patch # User Richard M. Stallman # Date 895341000 0 # Node ID eb3f36cc775f4e1f01344ab28bec47990991d54a # Parent 50b3a29265e49b83db4bcc4131b601b7c1c09431 (jka-compr-temp-name-template): Use temporary-file-directory. diff -r 50b3a29265e4 -r eb3f36cc775f lisp/jka-compr.el --- 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