mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
; Fix last change
This commit is contained in:
parent
b6e78f7d8c
commit
b6181c9ec9
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue