comparison src/intervals.h @ 4211:b2e422a86641

(Ftext_property_not_all): Fix typo in decl.
author Richard M. Stallman <rms@gnu.org>
date Wed, 21 Jul 1993 22:25:42 +0000
parents ebabca418d43
children 64cfb6d569e4
comparison
equal deleted inserted replaced
4210:b0a5f72de90c 4211:b2e422a86641
199 199
200 extern Lisp_Object Ftext_properties_at (); 200 extern Lisp_Object Ftext_properties_at ();
201 extern Lisp_Object Fnext_property_change (), Fprevious_property_change (); 201 extern Lisp_Object Fnext_property_change (), Fprevious_property_change ();
202 extern Lisp_Object Fadd_text_properties (), Fset_text_properties (); 202 extern Lisp_Object Fadd_text_properties (), Fset_text_properties ();
203 extern Lisp_Object Fremove_text_properties (), Ferase_text_properties (); 203 extern Lisp_Object Fremove_text_properties (), Ferase_text_properties ();
204 extern Lisp_Object Ftext_property_any (), Ftext_property_all (); 204 extern Lisp_Object Ftext_property_any (), Ftext_property_not_all ();
205 extern Lisp_Object copy_text_properties (); 205 extern Lisp_Object copy_text_properties ();
206 206
207 extern void syms_of_textprop (); 207 extern void syms_of_textprop ();
208 208
209 #else /* don't support text properties */ 209 #else /* don't support text properties */