diff options
| -rw-r--r-- | lisp/jka-compr.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/jka-compr.el b/lisp/jka-compr.el index 02c32e4b70e..ef1a25f591a 100644 --- a/lisp/jka-compr.el +++ b/lisp/jka-compr.el | |||
| @@ -316,7 +316,8 @@ to keep: LEN chars starting BEG chars from the beginning." | |||
| 316 | ;;; from ange-ftp. | 316 | ;;; from ange-ftp. |
| 317 | 317 | ||
| 318 | (defvar jka-compr-temp-name-template | 318 | (defvar jka-compr-temp-name-template |
| 319 | "/tmp/jka-com" | 319 | (expand-file-name "jka-com" |
| 320 | (or (getenv "TMPDIR") "/tmp/")) | ||
| 320 | "Prefix added to all temp files created by jka-compr. | 321 | "Prefix added to all temp files created by jka-compr. |
| 321 | There should be no more than seven characters after the final `/'") | 322 | There should be no more than seven characters after the final `/'") |
| 322 | 323 | ||