(find-coding-systems-for-charsets):
Delete `composition' (if any) from CHARSETS.
This commit is contained in:
parent
1c5c931ae0
commit
2a17b6388c
1 changed files with 1 additions and 0 deletions
|
@ -289,6 +289,7 @@ CHARSETS is a list of character sets."
|
|||
(and (= (length charsets) 1)
|
||||
(eq 'ascii (car charsets))))
|
||||
'(undecided)
|
||||
(setq charsets (delq 'composition charsets))
|
||||
(let ((l coding-system-list)
|
||||
(charset-prefered-codings
|
||||
(mapcar (function
|
||||
|
|
Loading…
Add table
Reference in a new issue