]> git.eshelyaron.com Git - emacs.git/commitdiff
* textprop.c (copy_text_properties): New function, from David
authorJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 14:54:28 +0000 (14:54 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 14:54:28 +0000 (14:54 +0000)
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.

src/intervals.h

index 7a6c91064fdfe4b3ec5862b98ddaa83eaf94a44b..16202499b50af274771f0f2feb0dbdc316db3e82 100644 (file)
@@ -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 copy_text_properties ();
 
 extern void syms_of_textprop ();