The text property routines can now modify buffers other
authorJim Blandy <jimb@redhat.com>
Fri, 14 May 1993 14:43:30 +0000 (14:43 +0000)
committerJim Blandy <jimb@redhat.com>
Fri, 14 May 1993 14:43:30 +0000 (14:43 +0000)
commit04a759c81b944287c3a826eed57ee56a3bea5c03
tree02784ac68d6821607065eb037f3e97dadc8ec13b
parent6c523803b30c3d41a21ce36fbfb0437bf6ce68e5
The text property routines can now modify buffers other
than the current one.
* insdel.c (modify_region): New argument BUFFER.  Select that
buffer while we prepare for the modification, and switch back when
we're done.
* textprop.c (add_properties, remove_properties): Pass
the buffer being modified as the first argument to modify_region.
* editfns.c (Fsubst_char_in_region, Ftranslate_region): Pass the
current_buffer as the first argument to modify_region.
* casefiddle.c (casify_region): Same.
src/casefiddle.c
src/editfns.c
src/insdel.c
src/textprop.c