aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1998-05-16 17:50:00 +0000
committerRichard M. Stallman1998-05-16 17:50:00 +0000
commit11757e2f52741e3aa81d2a2fa30ae0f5f6de8d34 (patch)
tree246b08aca3b44deef45de702b7d84aeca55a99c3
parente4a6b88e82f505407de3bca6c7f3f573e65733d6 (diff)
downloademacs-11757e2f52741e3aa81d2a2fa30ae0f5f6de8d34.tar.gz
emacs-11757e2f52741e3aa81d2a2fa30ae0f5f6de8d34.zip
(jka-compr-temp-name-template): Use temporary-file-directory.
-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."
347;;; from ange-ftp. 347;;; from ange-ftp.
348 348
349(defcustom jka-compr-temp-name-template 349(defcustom jka-compr-temp-name-template
350 (expand-file-name "jka-com" system-tmp-directory) 350 (expand-file-name "jka-com" temporary-file-directory)
351 "Prefix added to all temp files created by jka-compr. 351 "Prefix added to all temp files created by jka-compr.
352There should be no more than seven characters after the final `/'." 352There should be no more than seven characters after the final `/'."
353 :type 'string 353 :type 'string