; Fix last change

This commit is contained in:
Michael Albinus 2024-11-17 11:37:10 +01:00
parent b6e78f7d8c
commit b6181c9ec9

View file

@ -277,7 +277,7 @@ being the result.")
;; trouble.
(string-match-p (rx bos (literal tramp-temp-name-prefix)
(| "rclone" "fuse") ".")
(file-name-nondirectory file))
(file-name-nondirectory file)))
(tramp--test-message "Delete %s" file)
(if (file-directory-p file)
(delete-directory file 'recursive)