diff options
author | Richard M. Stallman <rms@gnu.org> | 1998-05-16 17:50:00 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1998-05-16 17:50:00 +0000 |
commit | 11757e2f52741e3aa81d2a2fa30ae0f5f6de8d34 (patch) | |
tree | 246b08aca3b44deef45de702b7d84aeca55a99c3 /lisp/jka-compr.el | |
parent | e4a6b88e82f505407de3bca6c7f3f573e65733d6 (diff) | |
download | emacs-11757e2f52741e3aa81d2a2fa30ae0f5f6de8d34.tar.gz |
(jka-compr-temp-name-template): Use temporary-file-directory.
Diffstat (limited to 'lisp/jka-compr.el')
-rw-r--r-- | lisp/jka-compr.el | 2 |
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." ;;; 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 |