# HG changeset patch # User Kenichi Handa # Date 1029754839 0 # Node ID 16822384f7ed392fc63091e56457063b73c2339b # Parent 0b75ae2e80b1461963a0c2ce17e6aef309909a2d *** empty log message *** diff -r 0b75ae2e80b1 -r 16822384f7ed src/ChangeLog --- a/src/ChangeLog Mon Aug 19 11:00:27 2002 +0000 +++ b/src/ChangeLog Mon Aug 19 11:00:39 2002 +0000 @@ -1,5 +1,10 @@ 2002-08-19 Kenichi Handa + * syntax.c (scan_words): Don't treat characters belonging to + different scripts constituting a work. + + * editfns.c (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P. + * fontset.c (Fset_fontset_font): Treate `ascii' as charset, not script.