aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog6
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 @@
12012-02-24 thierry <thierry@thierry-MM061> 12012-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
52012-02-24 Thierry Volpiatto <thierry.volpiatto@gmail.com> 52012-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
152012-02-24 Michael Albinus <michael.albinus@gmx.de> 152012-02-24 Michael Albinus <michael.albinus@gmx.de>
16 16