Mercurial > emacs
comparison src/composite.c @ 108784:009ef331a2bc
Fix for finding a static composition.
author | Kenichi Handa <handa@etlken> |
---|---|
date | Wed, 26 May 2010 10:14:51 +0900 |
parents | 0bb727f1d547 |
children | 5582106cddf0 |
comparison
equal
deleted
inserted
replaced
108783:3eac08e0e4ee | 108784:009ef331a2bc |
---|---|
1122 return; | 1122 return; |
1123 } | 1123 } |
1124 } | 1124 } |
1125 } | 1125 } |
1126 } | 1126 } |
1127 else | 1127 else if (charpos > endpos) |
1128 { | 1128 { |
1129 /* Search backward for a pattern that may be composed and the | 1129 /* Search backward for a pattern that may be composed and the |
1130 position of (possibly) the last character of the match is | 1130 position of (possibly) the last character of the match is |
1131 closest to (but not after) START. The reason for the last | 1131 closest to (but not after) START. The reason for the last |
1132 character is that set_iterator_to_next works in reverse order, | 1132 character is that set_iterator_to_next works in reverse order, |