aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/dired-aux.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dired-aux.el b/lisp/dired-aux.el
index 8ddc71ba431..6ab70ec43df 100644
--- a/lisp/dired-aux.el
+++ b/lisp/dired-aux.el
@@ -1457,7 +1457,7 @@ ESC or `q' to not overwrite any of the remaining files,
1457 (and (eq t (car (file-attributes destname))) 1457 (and (eq t (car (file-attributes destname)))
1458 (eq file-creator 'dired-copy-file) 1458 (eq file-creator 'dired-copy-file)
1459 (file-subdir-of-p destname from) 1459 (file-subdir-of-p destname from)
1460 (error "Here:Cannot copy `%s' into its subdirectory `%s'" 1460 (error "Cannot copy `%s' into its subdirectory `%s'"
1461 from to))) 1461 from to)))
1462 (condition-case err 1462 (condition-case err
1463 (progn 1463 (progn