1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-02 11:21:42 +00:00

(jka-compr-temp-name-template): Use temporary-file-directory.

This commit is contained in:
Richard M. Stallman 1998-05-16 17:50:00 +00:00
parent e4a6b88e82
commit 11757e2f52

View 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