Mercurial > emacs
changeset 104629:f46410e55d04
*** empty log message ***
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 27 Aug 2009 06:02:17 +0000 |
parents | 8cc773a4c3d7 |
children | 1319ad0c3806 |
files | src/ChangeLog |
diffstat | 1 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Thu Aug 27 06:01:24 2009 +0000 +++ b/src/ChangeLog Thu Aug 27 06:02:17 2009 +0000 @@ -1,3 +1,8 @@ +2009-08-27 Kenichi Handa <handa@m17n.org> + + * cmds.c (Fself_insert_command): Avoid unnecessay + unibyte->multibyte conversion. + 2009-08-26 Dan Nicolaescu <dann@ics.uci.edu> * callproc.c (Fcall_process): Remove always true #if. @@ -32,6 +37,9 @@ 2009-08-25 Kenichi Handa <handa@m17n.org> + * alloc.c (mark_char_table): New function. + (mark_object): Use mark_char_table for a char-table. + * lisp.h (CHAR_TABLE_REF_ASCII): New macro. (CHAR_TABLE_REF): Use it.