* indent.c (Fvertical_motion): Don't advance iterator if we have
authorChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 14:49:28 +0000 (14:49 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 30 Dec 2008 14:49:28 +0000 (14:49 +0000)
reseated to the desired position.

* xdisp.c (move_it_to): Handle GET_FROM_STRETCH method when
checking for pos match.

src/ChangeLog

index 4315a17..62b829d 100644 (file)
@@ -1,3 +1,11 @@
+2008-12-30  Chong Yidong  <cyd@stupidchicken.com>
+
+       * 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  <handa@m17n.org>
 
        * insdel.c (copy_text): To convert a non-ASCII char to unibyte,