summaryrefslogtreecommitdiff
path: root/lisp/jka-compr.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/jka-compr.el')
-rw-r--r--lisp/jka-compr.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el
index bffa1fc6f02..9bc42867020 100644
--- a/lisp/jka-compr.el
+++ b/lisp/jka-compr.el
@@ -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