projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6514b30
)
* src/indent.c (Fvertical_motion): Simplify bugfix (Bug#21468).
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 13 Sep 2015 16:13:22 +0000
(09:13 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 13 Sep 2015 16:13:55 +0000
(09:13 -0700)
src/indent.c
patch
|
blob
|
history
diff --git
a/src/indent.c
b/src/indent.c
index 777cd36cc52191da3b3b705cff0606c53b123063..ded18439fd91039dbfa64f683c4b8bc21bb30d74 100644
(file)
--- a/
src/indent.c
+++ b/
src/indent.c
@@
-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