emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/net/tramp-ftp.el,v


From: Michael Albinus
Subject: [Emacs-diffs] Changes to emacs/lisp/net/tramp-ftp.el,v
Date: Thu, 04 Oct 2007 20:09:34 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       07/10/04 20:09:33

Index: net/tramp-ftp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp-ftp.el,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -b -r1.20 -r1.21
--- net/tramp-ftp.el    3 Oct 2007 10:54:03 -0000       1.20
+++ net/tramp-ftp.el    4 Oct 2007 20:09:32 -0000       1.21
@@ -158,7 +158,7 @@
             (not (tramp-ftp-file-name-p (cadr args))))
        (let* ((filename (car args))
               (newname (cadr args))
-              (tmpfile (tramp-make-temp-file filename))
+              (tmpfile (tramp-compat-make-temp-file filename))
               (args (cddr args)))
          (apply operation filename tmpfile args)
          (rename-file tmpfile newname (car args))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]