From: Kenichi Handa Date: Thu, 8 Aug 2002 13:00:10 +0000 (+0000) Subject: (next-word-boundary-han): Don't X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~457 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=831980fa8b89abd2ddc8bf0b52363e4fc3d27efa;p=emacs.git (next-word-boundary-han): Don't treat katakana following han characters as a part of a word. --- diff --git a/lisp/international/characters.el b/lisp/international/characters.el index 9b1ec704a01..18d833f2733 100644 --- a/lisp/international/characters.el +++ b/lisp/international/characters.el @@ -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)