* textprop.c (Ftext_property_any, Ftext_property_all): New
authorJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:24:48 +0000 (06:24 +0000)
committerJim Blandy <jimb@redhat.com>
Sun, 18 Jul 1993 06:24:48 +0000 (06:24 +0000)
functions, from David Gillespie.
* intervals.h (Ftext_property_any, Ftext_property_all): Declare them.

src/intervals.h

index 1620249..74854ad 100644 (file)
@@ -201,6 +201,7 @@ extern Lisp_Object Ftext_properties_at ();
 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 ();