From 7d0c323f58edf5b4e557233fd268215de2b1db4a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 31 Mar 2012 00:52:52 +0800 Subject: [PATCH] Remove debug code. --- lisp/dired-aux.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5