]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorKenichi Handa <handa@m17n.org>
Fri, 24 Jul 2009 07:59:51 +0000 (07:59 +0000)
committerKenichi Handa <handa@m17n.org>
Fri, 24 Jul 2009 07:59:51 +0000 (07:59 +0000)
lisp/ChangeLog
lisp/international/characters.el

index b6e647f9097b3c1372ccfa8d9b1abbae1980171b..8faa47ed7838a8037de744657edb1b1f368a69fb 100644 (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
index ecd369cda245ce8702c0991d7b8820f99874fa72..56d9acede640186f96d992e821e1232e9db38eaa 100644 (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