Fix previous change.

This commit is contained in:
Kenichi Handa 2009-07-24 07:59:51 +00:00
parent 796f8b2fe6
commit b11c28744d
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
2009-07-24 Kenichi Handa <handa@m17n.org>
* international/characters.el: Fix setting of category ?C, ?|, ?K,
and ?H. Fix setting of case for Latin Extended and Greek
Extended.
(build-unicode-category-table): Fix range checks.
2009-07-24 Dan Nicolaescu <dann@ics.uci.edu>
* vc-dispatcher.el (vc-resynch-buffers-in-directory): Make sure

View file

@ -196,7 +196,7 @@ Combining diacritic or mark (Unicode General Category M)")
;; Katakana block
(modify-category-entry '(#x3099 . #x309C) ?K)
(modify-category-entry '(#x30A0 . #x30FF) ?K)
(modify-category-entry '(#x30A0 . #x30FA) ?\|))
(modify-category-entry '(#x30A0 . #x30FA) ?\|)
(modify-category-entry #x30FF ?\|)
;; Hiragana block