From: Pavel Janík Date: Tue, 18 Dec 2001 21:30:27 +0000 (+0000) Subject: (ethio-modify-vowel): Use char-to-string instead of X-Git-Tag: ttn-vms-21-2-B4~17611 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a41deb9f14bc830372e2d22d38d7930e0e1cd53d;p=emacs.git (ethio-modify-vowel): Use char-to-string instead of decompose-composite-char. --- diff --git a/lisp/language/ethio-util.el b/lisp/language/ethio-util.el index 68bfc7b1c9c..a173ddb3bee 100644 --- a/lisp/language/ethio-util.el +++ b/lisp/language/ethio-util.el @@ -1294,7 +1294,7 @@ The markers \"\" and \"\" 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))