* net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use
authorMichael Albinus <michael.albinus@gmx.de>
Wed, 6 Oct 2010 12:03:29 +0000 (14:03 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Wed, 6 Oct 2010 12:03:29 +0000 (14:03 +0200)
`tramp-handle-find-backup-file-name'.

lisp/ChangeLog
lisp/net/tramp-sh.el

index bf1ce5f..9f83e4b 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-06  Michael Albinus  <michael.albinus@gmx.de>
+
+       * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use
+       `tramp-handle-find-backup-file-name'.
+
 2010-10-06  Glenn Morris  <rgm@gnu.org>
 
        * font-core.el (font-lock-defaults-alist): Remove variable.
index 0953342..13658d2 100644 (file)
@@ -912,7 +912,7 @@ This is used to map a mode number to a permission string.")
     (insert-file-contents-literally
      . tramp-sh-handle-insert-file-contents-literally)
     (write-region . tramp-sh-handle-write-region)
-    (find-backup-file-name . tramp-sh-handle-find-backup-file-name)
+    (find-backup-file-name . tramp-handle-find-backup-file-name)
     (make-auto-save-file-name . tramp-sh-handle-make-auto-save-file-name)
     (unhandled-file-name-directory . tramp-handle-unhandled-file-name-directory)
     (dired-compress-file . tramp-sh-handle-dired-compress-file)