Mercurial > emacs
changeset 89600:1ad3832f1d1d
Fix category for Ethiopic.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Fri, 17 Oct 2003 07:06:53 +0000 |
parents | 161f8ca95885 |
children | 14734db85c38 |
files | lisp/international/characters.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/characters.el Thu Oct 16 00:44:55 2003 +0000 +++ b/lisp/international/characters.el Fri Oct 17 07:06:53 2003 +0000 @@ -265,7 +265,7 @@ ;; Ethiopic character set -(modify-category-entry '(#x1200 . #x137b) ?e) +(modify-category-entry '(#x1200 . #x137c) ?e) (let ((chars '(?፡ ?። ?፣ ?፤ ?፥ ?፦ ?፧ ?፨ ? ? ? ? ? ?))) (while chars (modify-syntax-entry (car chars) ".")