comparison src/coding.c @ 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 e97441b6244b
children d5641a606e08
comparison
equal deleted inserted replaced
89643:56f15cda6c48 89644:fc9cda144ffc
2055 Lisp_Object attrs, eol_type, charset_list; 2055 Lisp_Object attrs, eol_type, charset_list;
2056 int c; 2056 int c;
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 {
2063 ASSURE_DESTINATION (safe_room); 2068 ASSURE_DESTINATION (safe_room);
2064 c = *charbuf++; 2069 c = *charbuf++;