]> git.eshelyaron.com Git - emacs.git/commitdiff
(ange-ftp-tmp-name-template): Use system-tmp-directory.
authorRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 03:38:59 +0000 (03:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 16 May 1998 03:38:59 +0000 (03:38 +0000)
lisp/ange-ftp.el

index bd190091ec349a46e9a6522b7b5d8de3afdc474e..ecee7db88dfee6b60c0b9f5f268c48f25b50f4aa 100644 (file)
@@ -700,10 +700,8 @@ These mean that the FTP process should (or already has) been killed."
   :group 'ange-ftp
   :type 'regexp)
 
-(defcustom ange-ftp-tmp-name-template
-  (if (memq system-type '(ms-dos windows-nt))
-      (concat (or (getenv "TEMP") (getenv "TMP") "c:/temp") "/ange-ftp")
-    "/tmp/ange-ftp")
+(defcustom ange-ftp-tmp-name-template 
+  (concat system-tmp-directory "/ange-ftp")
   "*Template used to create temporary files."
   :group 'ange-ftp
   :type 'directory)