Don't call sit-for in right-char and left-char for visual cursor motion.
[bpt/emacs.git] / src / ChangeLog
index 2f1c553..f10e107 100644 (file)
@@ -1,3 +1,10 @@
+2013-06-30  Eli Zaretskii  <eliz@gnu.org>
+
+       * xdisp.c (Fmove_point_visually): Invalidate the cursor position
+       when moving point by using the current glyph matrix.  This avoids
+       the need to force redisplay when this function is called in a
+       loop.
+
 2013-06-29  Paul Eggert  <eggert@cs.ucla.edu>
 
        Fix minor problems found by static checking.