* net/tramp-compat.el (tramp-compat-copy-directory)
(tramp-compat-delete-directory): New defuns.
This commit is contained in:
parent
b000a6e24e
commit
3426871b16
1 changed files with 1 additions and 1 deletions
|
|
@ -319,7 +319,7 @@ pass to the OPERATION."
|
|||
(mapc
|
||||
(lambda (file)
|
||||
(if (file-directory-p file)
|
||||
(delete-directory file recursive)
|
||||
(tramp-compat-delete-directory file recursive)
|
||||
(delete-file file)))
|
||||
;; We do not want to delete "." and "..".
|
||||
(directory-files
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue