Mercurial > hg > xemacs-beta
diff src/ChangeLog @ 4270:bd9b678f4db7
[xemacs-hg @ 2007-11-15 10:05:14 by aidan]
Eliminate a non-Mule build failure from my last Unicode change--thank you
Vin!
author | aidan |
---|---|
date | Thu, 15 Nov 2007 10:05:16 +0000 |
parents | 75d0292c1bff |
children | a75979634ce3 |
line wrap: on
line diff
--- a/src/ChangeLog Wed Nov 14 22:50:59 2007 +0000 +++ b/src/ChangeLog Thu Nov 15 10:05:16 2007 +0000 @@ -1,3 +1,12 @@ +2007-11-15 Aidan Kehoe <kehoea@parhasard.net> + + * unicode.c (coding_system_type_create_unicode): + * unicode.c (vars_of_unicode): + Move the initialisation of Vnumber_of_jit_charsets, + Vlast_jit_charset_final, Vcharset_descr to an #ifdef MULE block in + vars_of_unicode. Fixes a build failure reported by Vin + Shelton--thank you Vin! + 2007-11-14 Aidan Kehoe <kehoea@parhasard.net> * lread.c (read_unicode_escape):