mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-21 12:03:55 -08:00
(make-coding-system): If ISO2022 based
8-bit coding system allows alternative designation, set the coding category to `coding-category-iso-8-else'.
This commit is contained in:
parent
f4b643a15f
commit
3ad911d8a0
1 changed files with 2 additions and 1 deletions
|
|
@ -584,7 +584,8 @@ a value of `safe-charsets' in PLIST."
|
|||
(if no-alternative-designation
|
||||
'coding-category-iso-7-tight
|
||||
'coding-category-iso-7))
|
||||
(if no-initial-designation
|
||||
(if (or no-initial-designation
|
||||
(not no-alternative-designation))
|
||||
'coding-category-iso-8-else
|
||||
(if (and (charsetp g1-designation)
|
||||
(= (charset-dimension g1-designation) 2))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue