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
d8abe9d8
Commit
d8abe9d8
authored
Dec 30, 2008
by
Chong Yidong
Browse files
(move_it_to): Handle GET_FROM_STRETCH method when checking for pos
match.
parent
9d2d22ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/xdisp.c
src/xdisp.c
+2
-1
No files found.
src/xdisp.c
View file @
d8abe9d8
...
...
@@ -7206,7 +7206,8 @@ move_it_to (it, to_charpos, to_x, to_y, to_vpos, op)
break;
}
else if (BUFFERP (it->object)
&& it->method == GET_FROM_BUFFER
&& (it->method == GET_FROM_BUFFER
|| it->method == GET_FROM_STRETCH)
&& IT_CHARPOS (*it) >= to_charpos)
skip = MOVE_POS_MATCH_OR_ZV;
else
...
...
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