changeset 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 da8962f65741
children 55da23f04d01
files src/intervals.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/intervals.h	Tue Jul 06 14:53:54 1993 +0000
+++ b/src/intervals.h	Tue Jul 06 14:54:28 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 copy_text_properties ();
 
 extern void syms_of_textprop ();