mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 14:10:28 -08:00
(encode_coding_emacs_mule): Resync charset_list to
Vemacs_mule_charset_list.
This commit is contained in:
parent
7ef6d4f4b8
commit
eccb681519
1 changed files with 5 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue