[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r107707: Remove debug code.
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r107707: Remove debug code. |
Date: |
Sat, 31 Mar 2012 00:52:52 +0800 |
User-agent: |
Bazaar (2.3.1) |
------------------------------------------------------------
revno: 107707
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Sat 2012-03-31 00:52:52 +0800
message:
Remove debug code.
modified:
lisp/dired-aux.el
=== modified file 'lisp/dired-aux.el'
--- a/lisp/dired-aux.el 2012-03-30 16:49:29 +0000
+++ b/lisp/dired-aux.el 2012-03-30 16:52:52 +0000
@@ -1457,7 +1457,7 @@
(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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r107707: Remove debug code.,
Chong Yidong <=