mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-02-05 20:43:08 +00:00
(find-coding-systems-for-charsets):
Delete `composition' (if any) from CHARSETS.
This commit is contained in:
parent
1c5c931ae0
commit
2a17b6388c
@ -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…
x
Reference in New Issue
Block a user