mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(ethio-modify-vowel): Use char-to-string instead of
decompose-composite-char.
This commit is contained in:
parent
6c78f23d22
commit
a41deb9f14
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue