Mercurial > emacs
diff lisp/jka-compr.el @ 22100:eb3f36cc775f
(jka-compr-temp-name-template): Use temporary-file-directory.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 16 May 1998 17:50:00 +0000 |
parents | 0072d85ea09a |
children | 376bd8ec20f1 |
line wrap: on
line diff
--- a/lisp/jka-compr.el Sat May 16 17:48:49 1998 +0000 +++ b/lisp/jka-compr.el Sat May 16 17:50:00 1998 +0000 @@ -347,7 +347,7 @@ ;;; 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