Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
f6e7abc1
Commit
f6e7abc1
authored
Jan 18, 1998
by
Karl Heuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(display_text_line): Set pos_byte with pos
when skipping invisible.
parent
d2ddb974
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 @
f6e7abc1
...
...
@@ -3424,6 +3424,7 @@ display_text_line (w, start, start_byte, vpos, hpos, taboffset, ovstr_done)
cursor_hpos
=
p1
-
leftmargin
;
}
pos
=
next_boundary
;
pos_byte
=
CHAR_TO_BYTE
(
pos
);
last_invis_skip
=
pos
;
last_invis_prop
=
prop
;
}
...
...
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