Remove debug code.
This commit is contained in:
parent
40311efcba
commit
7d0c323f58
1 changed files with 1 additions and 1 deletions
|
@ -1457,7 +1457,7 @@ ESC or `q' to not overwrite any of the remaining files,
|
|||
(and (eq t (car (file-attributes destname)))
|
||||
(eq file-creator 'dired-copy-file)
|
||||
(file-subdir-of-p destname from)
|
||||
(error "Here:Cannot copy `%s' into its subdirectory `%s'"
|
||||
(error "Cannot copy `%s' into its subdirectory `%s'"
|
||||
from to)))
|
||||
(condition-case err
|
||||
(progn
|
||||
|
|
Loading…
Add table
Reference in a new issue