# HG changeset patch # User Kenichi Handa # Date 1066374413 0 # Node ID 1ad3832f1d1dbf5f933980ce9f5af9036f233919 # Parent 161f8ca9588573cc5b0e728693b07e3f3e26be50 Fix category for Ethiopic. diff -r 161f8ca95885 -r 1ad3832f1d1d lisp/international/characters.el --- 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) ".")