Minor textprop integer cleanup.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Feb 2013 03:09:08 +0000 (19:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 26 Feb 2013 03:09:08 +0000 (19:09 -0800)
commitecc0fdd49ea4351c229f7db243d26360604e758c
tree04c9f8c066278146722112ec56bdff51a22991ae
parent9f70f91e94a4c855d7ff8a98cf948f24e0f3eb31
Minor textprop integer cleanup.

* intervals.h, textprop.c (add_text_properties_from_list):
Return void, not int, since nobody uses the return value.
* textprop.c (validate_plist, add_properties, remove_properties)
(Fadd_text_properties):
Don't assume list length fits in int.
(interval_has_all_properties, interval_has_some_properties)
(interval_has_some_properties_list, add_properties, remove_properties)
(Fadd_text_properties, Fremove_text_properties)
(Fremove_list_of_text_properties, text_property_stickiness):
Use bool for booleans.
(Fadd_text_properties, Fremove_text_properties):
(Fremove_list_of_text_properties):
Reindent do-while as per GNU style.
src/ChangeLog
src/intervals.h
src/textprop.c