emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] emacs/lisp/net tramp.el


From: Michael Albinus
Subject: [Emacs-diffs] emacs/lisp/net tramp.el
Date: Sun, 12 Apr 2009 19:26:06 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Michael Albinus <albinus>       09/04/12 19:26:06

Modified files:
        lisp/net       : tramp.el 

Log message:
        * tramp.el (tramp-do-copy-or-rename-file-directly): Overwrite
        always the tmpfile.  (Bug#2962).

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/net/tramp.el?cvsroot=emacs&r1=1.231&r2=1.232

Patches:
Index: tramp.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/net/tramp.el,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -b -r1.231 -r1.232
--- tramp.el    9 Apr 2009 13:46:11 -0000       1.231
+++ tramp.el    12 Apr 2009 19:26:06 -0000      1.232
@@ -3287,11 +3287,11 @@
                     (t2
                      (if (eq op 'copy)
                          (tramp-compat-copy-file
-                          localname1 tmpfile ok-if-already-exists
+                          localname1 tmpfile t
                           keep-date preserve-uid-gid)
                        (tramp-run-real-handler
                         'rename-file
-                        (list localname1 tmpfile ok-if-already-exists)))
+                        (list localname1 tmpfile t)))
                      ;; We must change the ownership as local user.
                      (tramp-set-file-uid-gid
                       tmpfile
@@ -7758,9 +7758,6 @@
 ;; Functions for file-name-handler-alist:
 ;; diff-latest-backup-file -- in diff.el
 ;; dired-uncache -- this will be needed when we do insert-directory caching
-;; file-name-sans-versions -- use primitive?
-;; get-file-buffer -- use primitive
-;; vc-registered
 
 ;; arch-tag: 3a21a994-182b-48fa-b0cd-c1d9fede424a
 ;;; tramp.el ends here




reply via email to

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