changeset 4136:ebabca418d43

* textprop.c (Ftext_property_any, Ftext_property_all): New functions, from David Gillespie. * intervals.h (Ftext_property_any, Ftext_property_all): Declare them.
author Jim Blandy <jimb@redhat.com>
date Sun, 18 Jul 1993 06:24:48 +0000
parents 84ea8ebc9858
children 9f3fe01a678d
files src/intervals.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 ();