1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-10 13:40:36 -08:00

* editfns.c (Ftranspose_regions): Use set_text_properties_1

instead of Fset_text_properties to avoid GC.  Signal after change.
This commit is contained in:
Chong Yidong 2007-03-24 15:50:05 +00:00
parent 87c891c71b
commit 159f7befee

View file

@ -1,3 +1,8 @@
2007-03-24 Chong Yidong <cyd@stupidchicken.com>
* editfns.c (Ftranspose_regions): Use set_text_properties_1
instead of Fset_text_properties to avoid GC. Signal after change.
2007-03-24 Eli Zaretskii <eliz@gnu.org>
* xfns.c (Fx_show_tip): Doc fix.