Revert "Fix moving directories with the same name to trash"
This reverts commit f618cc5bc8
.
This patch doesn't cover some corner cases, I think.
This commit is contained in:
parent
f618cc5bc8
commit
a6757d10e8
1 changed files with 1 additions and 1 deletions
|
@ -7932,7 +7932,7 @@ Otherwise, trash FILENAME using the freedesktop.org conventions,
|
|||
(expand-file-name files-base trash-files-dir))
|
||||
(setq overwrite t
|
||||
files-base (file-name-nondirectory
|
||||
(make-temp-name
|
||||
(make-temp-file
|
||||
(expand-file-name
|
||||
files-base trash-files-dir)))))
|
||||
(setq info-fn (expand-file-name
|
||||
|
|
Loading…
Add table
Reference in a new issue