changeset 42165:2e75c71d9db1

(ethio-modify-vowel): Use char-to-string instead of decompose-composite-char.
author Pavel Janík <Pavel@Janik.cz>
date Tue, 18 Dec 2001 21:30:27 +0000
parents 04d8f1b42bab
children 3f9afbe82974
files lisp/language/ethio-util.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/language/ethio-util.el	Tue Dec 18 21:14:36 2001 +0000
+++ b/lisp/language/ethio-util.el	Tue Dec 18 21:30:27 2001 +0000
@@ -1294,7 +1294,7 @@
     (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))