aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorthierry volpiatto2012-02-28 10:28:52 +0100
committerthierry volpiatto2012-02-28 10:28:52 +0100
commit96b49301274ac12ce82c3dfd3361929f0344b9e3 (patch)
tree0f02fd46c34e33112a1bfbec852c8c4e7417910a /lisp/ChangeLog
parent44e97401cda5b464505ac798ae7f71dce0d2a06e (diff)
downloademacs-96b49301274ac12ce82c3dfd3361929f0344b9e3.tar.gz
emacs-96b49301274ac12ce82c3dfd3361929f0344b9e3.zip
* lisp/files.el (file-equal-p): renamed from `files-equal-p'.
Now return nil when one or both files doesn't exists. (file-subdir-of-p): Now only top directory must exists, return nil if it doesn't. (copy-directory): No need to test with `file-subdir-of-p' after creating dir. * tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' to `file-equal-p'. * files.texi: Rename `files-equal-p' to `file-equal-p'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index ab70527073a..b92ef3d6b12 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12012-02-28 Thierry Volpiatto <thierry.volpiatto@gmail.com>
2
3 * lisp/files.el (file-equal-p): renamed from `files-equal-p'.
4 Now return nil when one or both files doesn't exists.
5 (file-subdir-of-p): Now only top directory must exists,
6 return nil if it doesn't.
7 (copy-directory): No need to test with `file-subdir-of-p' after creating dir.
8 * tramp.el (tramp-file-name-for-operation): Rename `files-equal-p' to `file-equal-p'.
9
12012-02-28 Glenn Morris <rgm@gnu.org> 102012-02-28 Glenn Morris <rgm@gnu.org>
2 11
3 * shell.el (shell-mode): 12 * shell.el (shell-mode):