diff lisp/language/ethio-util.el @ 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 b174db545cfd
children 0b0448a9c183
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))