Mercurial > emacs
changeset 88976:fc96b539a43c
(next-word-boundary-han): Don't
treat katakana following han characters as a part of a word.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Thu, 08 Aug 2002 13:00:10 +0000 |
parents | 1b3cbec9baf0 |
children | 3b05c02eebf2 |
files | lisp/international/characters.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/international/characters.el Thu Aug 08 12:59:44 2002 +0000 +++ b/lisp/international/characters.el Thu Aug 08 13:00:10 2002 +0000 @@ -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)