emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/coding.c [emacs-unicode-2]


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/coding.c [emacs-unicode-2]
Date: Sat, 22 Nov 2003 06:39:57 -0500

Index: emacs/src/coding.c
diff -c emacs/src/coding.c:1.289.2.7 emacs/src/coding.c:1.289.2.8
*** emacs/src/coding.c:1.289.2.7        Sat Nov 22 06:20:05 2003
--- emacs/src/coding.c  Sat Nov 22 06:39:53 2003
***************
*** 2057,2062 ****
--- 2057,2067 ----
    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)
      {




reply via email to

[Prev in Thread] Current Thread [Next in Thread]