mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
(jka-compr-temp-name-template): Use temporary-file-directory.
This commit is contained in:
parent
e4a6b88e82
commit
11757e2f52
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue