From: Chong Yidong Date: Tue, 30 Dec 2008 14:49:28 +0000 (+0000) Subject: * indent.c (Fvertical_motion): Don't advance iterator if we have X-Git-Tag: emacs-pretest-23.0.90~806 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9d2d22ab07265791f9e75251ea6608f3ce0c4526;p=emacs.git * indent.c (Fvertical_motion): Don't advance iterator if we have reseated to the desired position. * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when checking for pos match. --- diff --git a/src/ChangeLog b/src/ChangeLog index 4315a179a2f..62b829d28e1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2008-12-30 Chong Yidong + + * indent.c (Fvertical_motion): Don't advance iterator if we have + reseated to the desired position. + + * xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when + checking for pos match. + 2008-12-30 Kenichi Handa * insdel.c (copy_text): To convert a non-ASCII char to unibyte,