comparison 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
comparison
equal deleted inserted replaced
22099:50b3a29265e4 22100:eb3f36cc775f
345 345
346 ;;; Support for temp files. Much of this was inspired if not lifted 346 ;;; Support for temp files. Much of this was inspired if not lifted
347 ;;; from ange-ftp. 347 ;;; from ange-ftp.
348 348
349 (defcustom jka-compr-temp-name-template 349 (defcustom jka-compr-temp-name-template
350 (expand-file-name "jka-com" system-tmp-directory) 350 (expand-file-name "jka-com" temporary-file-directory)
351 "Prefix added to all temp files created by jka-compr. 351 "Prefix added to all temp files created by jka-compr.
352 There should be no more than seven characters after the final `/'." 352 There should be no more than seven characters after the final `/'."
353 :type 'string 353 :type 'string
354 :group 'jka-compr) 354 :group 'jka-compr)
355 355