]> git.eshelyaron.com Git - emacs.git/commitdiff
(next-word-boundary-han): Don't
authorKenichi Handa <handa@m17n.org>
Thu, 8 Aug 2002 13:00:10 +0000 (13:00 +0000)
committerKenichi Handa <handa@m17n.org>
Thu, 8 Aug 2002 13:00:10 +0000 (13:00 +0000)
treat katakana following han characters as a part of a word.

lisp/international/characters.el

index 9b1ec704a01b885fa51f4a2b4ec73948cca465ca..18d833f2733a2748192fabdfc28b136b1318ea46 100644 (file)
        (goto-char pos)
        (looking-at "\\cC+")
        (goto-char (match-end 0))
-       (if (looking-at "\\cK+\\|\\cH+")
+       (if (looking-at "\\cH+")
            (goto-char (match-end 0)))
        (point))
     (while (and (> pos limit)