Mercurial > hg > xemacs-beta
changeset 5397:a63e666bb68a
No longer create windows-874 as a Win32-specific coding system; thanks Mats!
2011-04-12 Aidan Kehoe <kehoea@parhasard.net>
* 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!
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Tue, 12 Apr 2011 13:01:07 +0100 |
parents | 75469840109b |
children | 5ec4534daf16 |
files | lisp/ChangeLog lisp/mule/mule-win32-init.el |
diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <kehoea@parhasard.net> + + * 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 <kehoea@parhasard.net> * unicode.el (load-unicode-tables):
--- 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)")