diff options
| author | Chong Yidong | 2012-03-31 00:52:52 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-03-31 00:52:52 +0800 |
| commit | 7d0c323f58edf5b4e557233fd268215de2b1db4a (patch) | |
| tree | 9b18a2c23d9715f91fcc99f2c4ac4d164e089be5 | |
| parent | 40311efcba1378e66987c1acceb035bf482c177c (diff) | |
| download | emacs-7d0c323f58edf5b4e557233fd268215de2b1db4a.tar.gz emacs-7d0c323f58edf5b4e557233fd268215de2b1db4a.zip | |
Remove debug code.
| -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, | |||
| 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 |