mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 11:50:51 -08:00
Improve Tramp's copy-directory
* lisp/net/tramp-adb.el (tramp-adb-file-name-handler-alist): * lisp/net/tramp-gvfs.el (tramp-gvfs-file-name-handler-alist): * lisp/net/tramp-rclone.el (tramp-rclone-file-name-handler-alist): * lisp/net/tramp-sudoedit.el (tramp-sudoedit-file-name-handler-alist): Add `copy-directory'. * lisp/net/tramp.el (tramp-handle-copy-directory): New defun.
This commit is contained in:
parent
91c732f687
commit
d270d7d4ad
5 changed files with 18 additions and 4 deletions
|
|
@ -94,7 +94,7 @@ It is used for TCP/IP devices."
|
|||
'((access-file . tramp-handle-access-file)
|
||||
(add-name-to-file . tramp-handle-add-name-to-file)
|
||||
;; `byte-compiler-base-file-name' performed by default handler.
|
||||
;; `copy-directory' performed by default handler.
|
||||
(copy-directory . tramp-handle-copy-directory)
|
||||
(copy-file . tramp-adb-handle-copy-file)
|
||||
(delete-directory . tramp-adb-handle-delete-directory)
|
||||
(delete-file . tramp-adb-handle-delete-file)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue