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:
parent
e4a6b88e82
commit
11757e2f52
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user