From: Chong Yidong Date: Sat, 24 Mar 2007 15:50:05 +0000 (+0000) Subject: * editfns.c (Ftranspose_regions): Use set_text_properties_1 X-Git-Tag: emacs-pretest-22.0.97~208 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=159f7befeeb02aca5e82be4fddd22448ce55025b;p=emacs.git * editfns.c (Ftranspose_regions): Use set_text_properties_1 instead of Fset_text_properties to avoid GC. Signal after change. --- diff --git a/src/ChangeLog b/src/ChangeLog index 478e4873ac5..08eb1d35d4a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2007-03-24 Chong Yidong + + * 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 * xfns.c (Fx_show_tip): Doc fix.