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
5fd5f17c
Commit
5fd5f17c
authored
May 02, 2005
by
Kim F. Storm
Browse files
(move_it_in_display_line_to): Fix last change.
parent
4b3f161f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
src/xdisp.c
src/xdisp.c
+1
-0
No files found.
src/xdisp.c
View file @
5fd5f17c
...
...
@@ -5880,6 +5880,7 @@ move_it_in_display_line_to (it, to_charpos, to_x, op)
/* Stop if we move beyond TO_CHARPOS (after an image or stretch glyph). */
if ((op & MOVE_TO_POS) != 0
&& BUFFERP (it->object)
&& it->method == GET_FROM_BUFFER
&& IT_CHARPOS (*it) > to_charpos)
{
result = MOVE_POS_MATCH_OR_ZV;
...
...
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