# HG changeset patch # User Aidan Kehoe # Date 1302609667 -3600 # Node ID a63e666bb68adcbfb8fbc0cf11320dc6fa2ac08c # Parent 75469840109bcd2bc7f84f30e9e9e9f26f9b1c36 No longer create windows-874 as a Win32-specific coding system; thanks Mats! 2011-04-12 Aidan Kehoe * mule/mule-win32-init.el (windows-874): No longer create this coding system, now it's provided by thai.el; thanks for the report of the associated Win32 build problem, Mats! diff -r 75469840109b -r a63e666bb68a lisp/ChangeLog --- a/lisp/ChangeLog Fri Apr 08 14:44:20 2011 +0100 +++ b/lisp/ChangeLog Tue Apr 12 13:01:07 2011 +0100 @@ -1,3 +1,9 @@ +2011-04-12 Aidan Kehoe + + * mule/mule-win32-init.el (windows-874): + No longer create this coding system, now it's provided by thai.el; + thanks for the report of the associated Win32 build problem, Mats! + 2011-04-08 Aidan Kehoe * unicode.el (load-unicode-tables): diff -r 75469840109b -r a63e666bb68a lisp/mule/mule-win32-init.el --- a/lisp/mule/mule-win32-init.el Fri Apr 08 14:44:20 2011 +0100 +++ b/lisp/mule/mule-win32-init.el Tue Apr 12 13:01:07 2011 +0100 @@ -141,7 +141,7 @@ ("OEM" 865 no-conversion "MS-DOS Nordic") ; ("OEM" 866 no-conversion "MS-DOS Russian") ("OEM" 869 no-conversion "IBM Modern Greek") - ("Ansi/OEM" 874 no-conversion "Thai") + ; ("Ansi/OEM" 874 no-conversion "Thai") ("EBCDIC" 875 no-conversion "EBCDIC") ("Ansi/OEM" 932 shift_jis "Japanese") ("Ansi/OEM" 936 iso_8_2 "Chinese (PRC, Singapore)")