]> code.delx.au - gnu-emacs/commitdiff
(ange-ftp-tmp-name-template): Use temporary-file-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 17:33:11 +0000 (17:33 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 17:33:11 +0000 (17:33 +0000)
lisp/ange-ftp.el

index ecee7db88dfee6b60c0b9f5f268c48f25b50f4aa..0002e3f3c77e3a327069b73235aa451ee7032b7f 100644 (file)
@@ -701,7 +701,7 @@ These mean that the FTP process should (or already has) been killed."
   :type 'regexp)
 
 (defcustom ange-ftp-tmp-name-template 
-  (concat system-tmp-directory "/ange-ftp")
+  (expand-file-name "ange-ftp" temporary-file-directory)
   "*Template used to create temporary files."
   :group 'ange-ftp
   :type 'directory)