comparison src/intervals.h @ 4006:98eb9ca25031

* textprop.c (copy_text_properties): New function, from David Gillespie. * intervals.h: Declare copy_text_properties. * fns.c: #include "intervals.h". (Fsubstring): Copy text properties to result string. (concat): Copy text properties to result string. * ymakefile (fns.o): Note that this depends on INTERVAL_SRC.
author Jim Blandy <jimb@redhat.com>
date Tue, 06 Jul 1993 14:54:28 +0000
parents f6eeb536beda
children ebabca418d43
comparison
equal deleted inserted replaced
4005:da8962f65741 4006:98eb9ca25031
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 copy_text_properties ();
204 205
205 extern void syms_of_textprop (); 206 extern void syms_of_textprop ();
206 207
207 #else /* don't support text properties */ 208 #else /* don't support text properties */
208 209