]> git.eshelyaron.com Git - emacs.git/commitdiff
(ethio-modify-vowel): Use char-to-string instead of
authorPavel Janík <Pavel@Janik.cz>
Tue, 18 Dec 2001 21:30:27 +0000 (21:30 +0000)
committerPavel Janík <Pavel@Janik.cz>
Tue, 18 Dec 2001 21:30:27 +0000 (21:30 +0000)
decompose-composite-char.

lisp/language/ethio-util.el

index 68bfc7b1c9c68c8d2664474ded20dd221ed8dd83..a173ddb3bee66f196dcef70fbb07f9d943c87bf1 100644 (file)
@@ -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))