Fix previous change.

This commit is contained in:
Kenichi Handa 2007-03-05 07:00:16 +00:00
parent bba31a09c8
commit f9319888cb

View file

@ -916,7 +916,8 @@
;; Latin Extended-A, Latin Extended-B, IPA
(setq c #x0100)
(while (<= c #x02AF)
(modify-category-entry (decode-char 'ucs c) ?l))
(modify-category-entry (decode-char 'ucs c) ?l)
(setq c (1+ c)))
(setq c #x0100)
(while (<= c #x0177)