diff options
author | Chong Yidong <cyd@gnu.org> | 2012-03-31 00:52:52 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2012-03-31 00:52:52 +0800 |
commit | 7d0c323f58edf5b4e557233fd268215de2b1db4a (patch) | |
tree | 9b18a2c23d9715f91fcc99f2c4ac4d164e089be5 /lisp/dired-aux.el | |
parent | 40311efcba1378e66987c1acceb035bf482c177c (diff) | |
download | emacs-7d0c323f58edf5b4e557233fd268215de2b1db4a.tar.gz |
Remove debug code.
Diffstat (limited to 'lisp/dired-aux.el')
-rw-r--r-- | lisp/dired-aux.el | 2 |
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, (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 |