/[emacs]/emacs/src/coding.c
ViewVC logotype

Diff of /emacs/src/coding.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.289.2.7 by handa, Sat Nov 22 11:20:05 2003 UTC revision 1.289.2.8 by handa, Sat Nov 22 11:39:53 2003 UTC
# Line 2057  encode_coding_emacs_mule (coding) Line 2057  encode_coding_emacs_mule (coding)
2057    int preferred_charset_id = -1;    int preferred_charset_id = -1;
2058    
2059    CODING_GET_INFO (coding, attrs, eol_type, charset_list);    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        }
2065    
2066    while (charbuf < charbuf_end)    while (charbuf < charbuf_end)
2067      {      {

Legend:
Removed from v.1.289.2.7  
changed lines
  Added in v.1.289.2.8

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26