From edc28db1ae35ceb0879040588d73077616bc369f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 21 Jul 1993 22:25:42 +0000 Subject: [PATCH] (Ftext_property_not_all): Fix typo in decl. --- src/intervals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/intervals.h b/src/intervals.h index 74854add752..0115003df72 100644 --- a/src/intervals.h +++ b/src/intervals.h @@ -201,7 +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 Ftext_property_any (), Ftext_property_not_all (); extern Lisp_Object copy_text_properties (); extern void syms_of_textprop (); -- 2.11.4.GIT