diff options
| -rw-r--r-- | lisp/language/ethio-util.el | 2 |
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." | |||
| 1294 | (cond | 1294 | (cond |
| 1295 | ;; in case of gemination | 1295 | ;; in case of gemination |
| 1296 | ((eq (char-charset ch) 'composition) | 1296 | ((eq (char-charset ch) 'composition) |
| 1297 | (setq ch (string-to-char (decompose-composite-char ch)) | 1297 | (setq ch (string-to-char (char-to-string ch)) |
| 1298 | composite t)) | 1298 | composite t)) |
| 1299 | ;; neither gemination nor fidel | 1299 | ;; neither gemination nor fidel |
| 1300 | ((not (eq (char-charset ch) 'ethiopic)) | 1300 | ((not (eq (char-charset ch) 'ethiopic)) |