(next-word-boundary-han): Don't

treat katakana following han characters as a part of a word.
This commit is contained in:
Kenichi Handa 2002-08-08 13:00:10 +00:00
parent 57f7986ee3
commit 831980fa8b

View file

@ -961,7 +961,7 @@
(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)