Mercurial > emacs
changeset 98414:d97aba892b93
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Tue, 30 Sep 2008 12:52:46 +0000 |
parents | 6708b075f931 |
children | c3d8410a0701 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <eliz@gnu.org> + * 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.