diff options
| author | Michael Albinus | 2010-10-06 14:03:29 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-10-06 14:03:29 +0200 |
| commit | e44eccd7dba3e3a996f956fdf4305c39bb807dcc (patch) | |
| tree | 448a2b598e7763cf47f8a4e918733b5ece21bf24 | |
| parent | 6072fed48b8d5282530a0c3fe1c977d80e925488 (diff) | |
| download | emacs-e44eccd7dba3e3a996f956fdf4305c39bb807dcc.tar.gz emacs-e44eccd7dba3e3a996f956fdf4305c39bb807dcc.zip | |
* net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use
`tramp-handle-find-backup-file-name'.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/tramp-sh.el | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf1ce5f9676..9f83e4bf1a3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2010-10-06 Michael Albinus <michael.albinus@gmx.de> | ||
| 2 | |||
| 3 | * net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use | ||
| 4 | `tramp-handle-find-backup-file-name'. | ||
| 5 | |||
| 1 | 2010-10-06 Glenn Morris <rgm@gnu.org> | 6 | 2010-10-06 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * font-core.el (font-lock-defaults-alist): Remove variable. | 8 | * 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.") | |||
| 912 | (insert-file-contents-literally | 912 | (insert-file-contents-literally |
| 913 | . tramp-sh-handle-insert-file-contents-literally) | 913 | . tramp-sh-handle-insert-file-contents-literally) |
| 914 | (write-region . tramp-sh-handle-write-region) | 914 | (write-region . tramp-sh-handle-write-region) |
| 915 | (find-backup-file-name . tramp-sh-handle-find-backup-file-name) | 915 | (find-backup-file-name . tramp-handle-find-backup-file-name) |
| 916 | (make-auto-save-file-name . tramp-sh-handle-make-auto-save-file-name) | 916 | (make-auto-save-file-name . tramp-sh-handle-make-auto-save-file-name) |
| 917 | (unhandled-file-name-directory . tramp-handle-unhandled-file-name-directory) | 917 | (unhandled-file-name-directory . tramp-handle-unhandled-file-name-directory) |
| 918 | (dired-compress-file . tramp-sh-handle-dired-compress-file) | 918 | (dired-compress-file . tramp-sh-handle-dired-compress-file) |