mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* net/tramp-sh.el (tramp-sh-file-name-handler-alist): Use
`tramp-handle-find-backup-file-name'.
This commit is contained in:
parent
6072fed48b
commit
e44eccd7db
2 changed files with 6 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue