Mercurial > emacs
changeset 89988:3c5b3356d8e5
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 28 Sep 2004 04:38:25 +0000 |
parents | d7211599ad16 |
children | e23928ac5a97 |
files | src/ChangeLog.22 |
diffstat | 1 files changed, 7 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog.22 Tue Sep 28 04:37:26 2004 +0000 +++ b/src/ChangeLog.22 Tue Sep 28 04:38:25 2004 +0000 @@ -1,3 +1,10 @@ +2004-09-28 Kenichi Handa <handa@m17n.org> + + * fileio.c (report_file_error): Make a unibyte string from + strerror (errorno). + (Fsubstitute_in_file_name): Fix the arg to + unibyte_char_to_multibyte. It is evaluated twice. + 2004-09-19 Kenichi Handa <handa@m17n.org> * charset.h (CHAR_CHARSET): Shortcut for ASCII case.