* lisp/international/mule-cmds.el
(highlight-confusing-reorderings): Don't signal an error when
a confusingly-reordered sequence ends at EOB.
(re-search-backward reorder-starters nil t)))
(finish
(save-excursion
- (re-search-forward reorder-enders nil t))))
+ (let ((fin (re-search-forward reorder-enders nil t)))
+ (if fin (1- fin)
+ (point-max))))))
(with-silent-modifications
- (add-text-properties start (1- finish)
+ (add-text-properties start finish
'(font-lock-face
confusingly-reordered
face confusingly-reordered