mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 05:47:36 +00:00
(next-word-boundary-han): Don't
treat katakana following han characters as a part of a word.
This commit is contained in:
parent
57f7986ee3
commit
831980fa8b
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue