comparison src/minibuf.c @ 4962:e813cf16c015

merge
author Ben Wing <ben@xemacs.org>
date Mon, 01 Feb 2010 05:29:05 -0600
parents 19a72041c5ed 6ef8256a020a
children 99f8ebc082d9
comparison
equal deleted inserted replaced
4961:b90f8cf474e0 4962:e813cf16c015
216 216
217 if (ignore_case) 217 if (ignore_case)
218 { 218 {
219 while (l) 219 while (l)
220 { 220 {
221 Ichar c1 = DOWNCASE (0, itext_ichar (s1)); 221 Ichar c1 = CANONCASE (0, itext_ichar (s1));
222 Ichar c2 = DOWNCASE (0, itext_ichar (s2)); 222 Ichar c2 = CANONCASE (0, itext_ichar (s2));
223 223
224 if (c1 == c2) 224 if (c1 == c2)
225 { 225 {
226 l--; 226 l--;
227 INC_IBYTEPTR (s1); 227 INC_IBYTEPTR (s1);