# HG changeset patch # User Kenichi Handa # Date 1069501193 0 # Node ID fc9cda144ffc9d7228e3b1fdb0bfaacba3f27c87 # Parent 56f15cda6c48fdc3d905c0a09904922e9a8c250c (encode_coding_emacs_mule): Resync charset_list to Vemacs_mule_charset_list. diff -r 56f15cda6c48 -r fc9cda144ffc src/coding.c --- a/src/coding.c Sat Nov 22 11:20:45 2003 +0000 +++ b/src/coding.c Sat Nov 22 11:39:53 2003 +0000 @@ -2057,6 +2057,11 @@ int preferred_charset_id = -1; CODING_GET_INFO (coding, attrs, eol_type, charset_list); + if (! EQ (charset_list, Vemacs_mule_charset_list)) + { + CODING_ATTR_CHARSET_LIST (attrs) + = charset_list = Vemacs_mule_charset_list; + } while (charbuf < charbuf_end) {