Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
59e3f2df
Commit
59e3f2df
authored
Sep 13, 2015
by
Paul Eggert
Browse files
* src/indent.c (Fvertical_motion): Simplify bugfix (Bug#21468).
parent
6514b30e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
4 deletions
+1
-4
src/indent.c
src/indent.c
+1
-4
No files found.
src/indent.c
View file @
59e3f2df
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment