From e44eccd7dba3e3a996f956fdf4305c39bb807dcc Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Wed, 6 Oct 2010 14:03:29 +0200 Subject: [PATCH] * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use `tramp-handle-find-backup-file-name'. --- lisp/ChangeLog | 5 +++++ lisp/net/tramp-sh.el | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf1ce5f9676..9f83e4bf1a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2010-10-06 Michael Albinus + + * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use + `tramp-handle-find-backup-file-name'. + 2010-10-06 Glenn Morris * font-core.el (font-lock-defaults-alist): Remove variable. diff --git a/lisp/net/tramp-sh.el b/lisp/net/tramp-sh.el index 0953342b79f..13658d2370a 100644 --- a/lisp/net/tramp-sh.el +++ b/lisp/net/tramp-sh.el @@ -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) -- 2.39.5