# HG changeset patch # User Jim Blandy # Date 742976688 0 # Node ID ebabca418d4368c7b90e69e9027973af0cc1609f # Parent 84ea8ebc98581a9a35620e3f6694453b02b8c9bc * textprop.c (Ftext_property_any, Ftext_property_all): New functions, from David Gillespie. * intervals.h (Ftext_property_any, Ftext_property_all): Declare them. diff -r 84ea8ebc9858 -r ebabca418d43 src/intervals.h --- a/src/intervals.h Sun Jul 18 06:24:25 1993 +0000 +++ b/src/intervals.h Sun Jul 18 06:24:48 1993 +0000 @@ -201,6 +201,7 @@ extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); extern Lisp_Object Fremove_text_properties (), Ferase_text_properties (); +extern Lisp_Object Ftext_property_any (), Ftext_property_all (); extern Lisp_Object copy_text_properties (); extern void syms_of_textprop ();