Mercurial > emacs
diff lisp/ChangeLog @ 105752:26d5ef08acf0
* files.el (delete-directory): Delete symlinks to directories with
delete-file (Bug#4739).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 24 Oct 2009 20:30:44 +0000 |
parents | a81c63f1a19f |
children | cdd9e1b1a30f |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Oct 24 18:58:50 2009 +0000 +++ b/lisp/ChangeLog Sat Oct 24 20:30:44 2009 +0000 @@ -1,3 +1,8 @@ +2009-10-24 Sven Joachim <svenjoac@gmx.de> + + * files.el (delete-directory): Delete symlinks to directories with + delete-file (Bug#4739). + 2009-10-24 Chong Yidong <cyd@stupidchicken.com> * cedet/semantic/util.el (semantic-recursive-find-nonterminal-by-name):