]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/indent.c (Fvertical_motion): Simplify bugfix (Bug#21468).
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Sep 2015 16:13:22 +0000 (09:13 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 13 Sep 2015 16:13:55 +0000 (09:13 -0700)
src/indent.c

index 777cd36cc52191da3b3b705cff0606c53b123063..ded18439fd91039dbfa64f683c4b8bc21bb30d74 100644 (file)
@@ -2203,10 +2203,7 @@ whether or not it is currently displayed in some window.  */)
             and then reposition point at the requested X coordinate;
             if we don't, the cursor will be placed just after the
             string, which might not be the requested column.  */
-         if (nlines > 0
-             && it.method == GET_FROM_STRING
-             && !it.string_from_display_prop_p
-             && it.area == TEXT_AREA)
+         if (nlines > 0 && it.area == TEXT_AREA)
            {
              while (it.method == GET_FROM_STRING
                     && !it.string_from_display_prop_p