]> git.eshelyaron.com Git - emacs.git/commit
* fns.c (Fsubstring, concat): Pass all six arguments to
authorJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 14:43:32 +0000 (14:43 +0000)
committerJim Blandy <jimb@redhat.com>
Tue, 6 Jul 1993 14:43:32 +0000 (14:43 +0000)
commitac811a55ab2bd8c228ea0153141c2bb89eac5acf
tree2f6cd8c8663d6553072cdefa9dd0a7c00e7e255f
parent30503c0bab8f0a86a0cb4f1133df43110b77fea2
* fns.c (Fsubstring, concat): Pass all six arguments to
copy_text_properties.

* 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.
src/fns.c