diff -r 8216f0b940f7 lisp/net/tramp-sh.el --- a/lisp/net/tramp-sh.el Wed Oct 06 16:12:42 2010 +0900 +++ b/lisp/net/tramp-sh.el Wed Oct 06 13:56:55 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)