comparison src/textprop.c @ 3591:507f64624555

Apply typo patches from Paul Eggert.
author Jim Blandy <jimb@redhat.com>
date Wed, 09 Jun 1993 11:59:12 +0000
parents 5f9688c0b704
children a846352be1a0
comparison
equal deleted inserted replaced
3590:d5f22061277d 3591:507f64624555
30 set_properties needs to deal with the interval property cache. 30 set_properties needs to deal with the interval property cache.
31 31
32 It is assumed that for any interval plist, a property appears 32 It is assumed that for any interval plist, a property appears
33 only once on the list. Although some code i.e., remove_properties, 33 only once on the list. Although some code i.e., remove_properties,
34 handles the more general case, the uniqueness of properties is 34 handles the more general case, the uniqueness of properties is
35 neccessary for the system to remain consistent. This requirement 35 necessary for the system to remain consistent. This requirement
36 is enforced by the subrs installing properties onto the intervals. */ 36 is enforced by the subrs installing properties onto the intervals. */
37 37
38 /* The rest of the file is within this conditional */ 38 /* The rest of the file is within this conditional */
39 #ifdef USE_TEXT_PROPERTIES 39 #ifdef USE_TEXT_PROPERTIES
40 40