comparison src/ChangeLog @ 72835:1c517ee1ca2c

Typo.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 12 Sep 2006 16:47:50 +0000
parents 84ff2640fb2a
children 03031b73c9aa
comparison
equal deleted inserted replaced
72834:84ff2640fb2a 72835:1c517ee1ca2c
1 2006-09-12 Chong Yidong <cyd@stupidchicken.com> 1 2006-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * textprop.c (Fnext_property_change, Fnext_single_property_change) 3 * textprop.c (Fnext_property_change, Fnext_single_property_change)
4 (Fprevious_property_change, Fprevious_single_property_change): 4 (Fprevious_property_change, Fprevious_single_property_change):
5 Avoid changing limit, so we can correctly catch the case where the 5 Avoid changing limit, so we can correctly catch the case where the
6 property is constant up to limit. 6 property is constant up to limit.