aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/international/characters.el2
1 files changed, 1 insertions, 1 deletions
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 @@
961 (goto-char pos) 961 (goto-char pos)
962 (looking-at "\\cC+") 962 (looking-at "\\cC+")
963 (goto-char (match-end 0)) 963 (goto-char (match-end 0))
964 (if (looking-at "\\cK+\\|\\cH+") 964 (if (looking-at "\\cH+")
965 (goto-char (match-end 0))) 965 (goto-char (match-end 0)))
966 (point)) 966 (point))
967 (while (and (> pos limit) 967 (while (and (> pos limit)