aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/coding.c5
1 files changed, 5 insertions, 0 deletions
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)
2057 int preferred_charset_id = -1; 2057 int preferred_charset_id = -1;
2058 2058
2059 CODING_GET_INFO (coding, attrs, eol_type, charset_list); 2059 CODING_GET_INFO (coding, attrs, eol_type, charset_list);
2060 if (! EQ (charset_list, Vemacs_mule_charset_list))
2061 {
2062 CODING_ATTR_CHARSET_LIST (attrs)
2063 = charset_list = Vemacs_mule_charset_list;
2064 }
2060 2065
2061 while (charbuf < charbuf_end) 2066 while (charbuf < charbuf_end)
2062 { 2067 {