# HG changeset patch # User Eli Zaretskii # Date 1222779166 0 # Node ID d97aba892b93a22596e13ede80a9a48f6d5adf95 # Parent 6708b075f9313d7c5a6c7644e8edc90d49cd0f8b *** empty log message *** diff -r 6708b075f931 -r d97aba892b93 lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 30 12:51:44 2008 +0000 +++ b/lisp/ChangeLog Tue Sep 30 12:52:46 2008 +0000 @@ -1,5 +1,9 @@ 2008-09-30 Eli Zaretskii + * files.el (locate-dominating-file): Wrap directory-files with + condition-case, instead of calling file-directory-p, which stats + the directory one more time. + * mail/mail-utils.el (mail-unquote-printable-region): Use insert-byte instead of insert-char, when the UNIBYTE arg is non-nil.