* lisp/files.el (file-equal-p): renamed from `files-equal-p'.
authorthierry volpiatto <thierry.volpiatto@gmail.com>
Tue, 28 Feb 2012 09:28:52 +0000 (10:28 +0100)
committerthierry volpiatto <thierry.volpiatto@gmail.com>
Tue, 28 Feb 2012 09:28:52 +0000 (10:28 +0100)
commit96b49301274ac12ce82c3dfd3361929f0344b9e3
tree0f02fd46c34e33112a1bfbec852c8c4e7417910a
parent44e97401cda5b464505ac798ae7f71dce0d2a06e
* 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'.
doc/lispref/ChangeLog
doc/lispref/files.texi
lisp/ChangeLog
lisp/files.el
lisp/net/tramp.el