mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
(ethio-modify-vowel): Use char-to-string instead of
decompose-composite-char.
This commit is contained in:
parent
6c78f23d22
commit
a41deb9f14
@ -1294,7 +1294,7 @@ The markers \"<sera>\" and \"</sera>\" themselves are not deleted."
|
||||
(cond
|
||||
;; in case of gemination
|
||||
((eq (char-charset ch) 'composition)
|
||||
(setq ch (string-to-char (decompose-composite-char ch))
|
||||
(setq ch (string-to-char (char-to-string ch))
|
||||
composite t))
|
||||
;; neither gemination nor fidel
|
||||
((not (eq (char-charset ch) 'ethiopic))
|
||||
|
Loading…
Reference in New Issue
Block a user