changeset 89644:fc9cda144ffc

(encode_coding_emacs_mule): Resync charset_list to Vemacs_mule_charset_list.
author Kenichi Handa <handa@m17n.org>
date Sat, 22 Nov 2003 11:39:53 +0000
parents 56f15cda6c48
children 17d1d4813c04
files src/coding.c
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
     {