mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-21 05:00:47 -08:00
(Fdefine_coding_system_internal): Fix previous change.
This commit is contained in:
parent
584948ace5
commit
0ce7886f8d
1 changed files with 3 additions and 0 deletions
|
|
@ -7720,6 +7720,9 @@ usage: (define-coding-system-internal ...) */)
|
|||
? coding_category_iso_8_1
|
||||
: coding_category_iso_8_2);
|
||||
}
|
||||
if (category != coding_category_iso_8_1
|
||||
&& category != coding_category_iso_8_2)
|
||||
CODING_ATTR_ASCII_COMPAT (attrs) = Qnil;
|
||||
}
|
||||
else if (EQ (coding_type, Qemacs_mule))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue