]> git.eshelyaron.com Git - emacs.git/commitdiff
international/characters.el: Set category "^" (Combining) for more characters.
authorKenichi Handa <handa@gnu.org>
Sun, 8 Sep 2013 12:10:34 +0000 (21:10 +0900)
committerKenichi Handa <handa@gnu.org>
Sun, 8 Sep 2013 12:10:34 +0000 (21:10 +0900)
lisp/ChangeLog
lisp/international/characters.el

index 527f363362f622673b6c42d0435b9c63f19cfe0d..30d007509266fb14072c7f779d64c53dd7d47fe8 100644 (file)
@@ -1,3 +1,8 @@
+2013-09-08  Kenichi Handa  <handa@gnu.org>
+
+       * international/characters.el: Set category "^" (Combining) for
+       more characters.
+
 2013-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * subr.el (pop): Use `car-safe'.
index ce6256c1e47afd6f7bc638220a1e6a87a9fbf13a..ab83ff0034a76abc7b017e4c0774d1078de3ca42 100644 (file)
@@ -792,7 +792,7 @@ with L, LRE, or LRO Unicode bidi character type.")
   ;; Combining diacritics
   (modify-category-entry '(#x300 . #x362) ?^)
   ;; Combining marks
-  (modify-category-entry '(#x20d0 . #x20e3) ?^)
+  (modify-category-entry '(#x20d0 . #x20ff) ?^)
 
   ;; Fixme: syntax for symbols &c
   )