]> git.eshelyaron.com Git - emacs.git/commitdiff
* net/tramp-compat.el (tramp-compat-copy-directory)
authorMichael Albinus <michael.albinus@gmx.de>
Sat, 7 Nov 2009 23:53:29 +0000 (23:53 +0000)
committerMichael Albinus <michael.albinus@gmx.de>
Sat, 7 Nov 2009 23:53:29 +0000 (23:53 +0000)
(tramp-compat-delete-directory): New defuns.

lisp/net/tramp-fish.el

index 215ada5d2343f28914f4c569f080ab866820c7da..8db5dc82fd989cc554aef569bc07deb494cbaeb4 100644 (file)
@@ -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