diff lisp/net/tramp-sh.el @ 110789:12ce8eb76d37

* net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use `tramp-handle-find-backup-file-name'.
author Michael Albinus <michael.albinus@gmx.de>
date Wed, 06 Oct 2010 14:03:29 +0200
parents 073caec7510f
children 43818f2cbca0
line wrap: on
line diff
--- a/lisp/net/tramp-sh.el	Wed Oct 06 12:55:03 2010 +0200
+++ b/lisp/net/tramp-sh.el	Wed Oct 06 14:03:29 2010 +0200
@@ -912,7 +912,7 @@
     (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)