]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix category for Ethiopic.
authorKenichi Handa <handa@m17n.org>
Fri, 17 Oct 2003 07:06:53 +0000 (07:06 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 17 Oct 2003 07:06:53 +0000 (07:06 +0000)
lisp/international/characters.el

index bd353c53b01e331503b7bc59c32321d2cbd777df..23bae425b399ab2a034a091159b87ab90117e2a8 100644 (file)
 
 ;; Ethiopic character set
 
-(modify-category-entry '(#x1200 . #x137b) ?e)
+(modify-category-entry '(#x1200 . #x137c) ?e)
 (let ((chars '(?፡ ?። ?፣ ?፤ ?፥ ?፦ ?፧ ?፨ ? ? ? ? ? ?)))
   (while chars
     (modify-syntax-entry (car chars) ".")