Mercurial > emacs
changeset 96979:51339e209405
* dired-aux.el (dired-copy-file-recursive): Avoid calling
set-file-modes when creating target directories.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 24 Jul 2008 16:12:08 +0000 |
parents | 63076d89d67b |
children | ee7f0d8ed1ab |
files | lisp/ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jul 24 14:50:55 2008 +0000 +++ b/lisp/ChangeLog Thu Jul 24 16:12:08 2008 +0000 @@ -1,3 +1,8 @@ +2008-07-24 Sven Joachim <svenjoac@gmx.de> + + * dired-aux.el (dired-copy-file-recursive): Avoid calling + set-file-modes when creating target directories. + 2008-07-24 Juanma Barranquero <lekktu@gmail.com> * play/solitaire.el (solitaire-mode): Fix typo in docstring.