summaryrefslogtreecommitdiff
path: root/lisp/language
diff options
context:
space:
mode:
authorPavel Janík <Pavel@Janik.cz>2001-12-18 21:30:27 +0000
committerPavel Janík <Pavel@Janik.cz>2001-12-18 21:30:27 +0000
commita41deb9f14bc830372e2d22d38d7930e0e1cd53d (patch)
treebf7ca79b180b6cbbe1263d9fa1a34b0e287b75ab /lisp/language
parent6c78f23d22c5a553c82ccaa34ab3b1645b2916e0 (diff)
downloademacs-a41deb9f14bc830372e2d22d38d7930e0e1cd53d.tar.gz
(ethio-modify-vowel): Use char-to-string instead of
decompose-composite-char.
Diffstat (limited to 'lisp/language')
-rw-r--r--lisp/language/ethio-util.el2
1 files changed, 1 insertions, 1 deletions
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 \"<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))