From eccb6815190bd1e4434ce3dfa0d460fd2266aaff Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Sat, 22 Nov 2003 11:39:53 +0000 Subject: [PATCH] (encode_coding_emacs_mule): Resync charset_list to Vemacs_mule_charset_list. --- src/coding.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/coding.c b/src/coding.c index c87f117fe1b..c153ebb1f3a 100644 --- a/src/coding.c +++ b/src/coding.c @@ -2057,6 +2057,11 @@ encode_coding_emacs_mule (coding) 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) { -- 2.39.2