summaryrefslogtreecommitdiff
path: root/src/intervals.h
diff options
context:
space:
mode:
authorJim Blandy <jimb@redhat.com>1993-07-18 06:24:48 +0000
committerJim Blandy <jimb@redhat.com>1993-07-18 06:24:48 +0000
commitbd7c9a2b4937d34f841ca7f8d228926d13546179 (patch)
treee8dccca486e0ae49a013a2abe2c86a0f43cbef11 /src/intervals.h
parent45f8a6151203afae52259bf0289f7f5ecb6bb10a (diff)
downloademacs-bd7c9a2b4937d34f841ca7f8d228926d13546179.tar.gz
* textprop.c (Ftext_property_any, Ftext_property_all): New
functions, from David Gillespie. * intervals.h (Ftext_property_any, Ftext_property_all): Declare them.
Diffstat (limited to 'src/intervals.h')
-rw-r--r--src/intervals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/intervals.h b/src/intervals.h
index 16202499b50..74854add752 100644
--- a/src/intervals.h
+++ b/src/intervals.h
@@ -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 ();