From 11757e2f52741e3aa81d2a2fa30ae0f5f6de8d34 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 16 May 1998 17:50:00 +0000 Subject: [PATCH] (jka-compr-temp-name-template): Use temporary-file-directory. --- lisp/jka-compr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.2