diff options
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7677f458088..1af7193b4f3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,6 +1,6 @@ | |||
| 1 | 2012-02-24 thierry <thierry@thierry-MM061> | 1 | 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 2 | 2 | ||
| 3 | * lisp/files.el (file-subdir-of-p): Fix typo. | 3 | * files.el (file-subdir-of-p): Fix typo. |
| 4 | 4 | ||
| 5 | 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com> | 5 | 2012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com> |
| 6 | 6 | ||
| @@ -10,7 +10,7 @@ | |||
| 10 | * dired-aux.el (dired-copy-file-recursive): Same. | 10 | * dired-aux.el (dired-copy-file-recursive): Same. |
| 11 | (dired-create-files): Modify destination when source is equal to | 11 | (dired-create-files): Modify destination when source is equal to |
| 12 | dest when copying files. | 12 | dest when copying files. |
| 13 | Return also when dest is a subdir of source. (bug#10489) | 13 | Return also when dest is a subdir of source. (Bug#10489) |
| 14 | 14 | ||
| 15 | 2012-02-24 Michael Albinus <michael.albinus@gmx.de> | 15 | 2012-02-24 Michael Albinus <michael.albinus@gmx.de> |
| 16 | 16 | ||