diff options
| author | Karl Heuer | 1998-01-18 04:06:12 +0000 |
|---|---|---|
| committer | Karl Heuer | 1998-01-18 04:06:12 +0000 |
| commit | f6e7abc110d43407fbd1b61790cefa4c381614bb (patch) | |
| tree | 04b7013809efca530162afc66482c30c6c9d77f4 /src | |
| parent | d2ddb974691b899deaf80e09f468ab04f186b8cc (diff) | |
| download | emacs-f6e7abc110d43407fbd1b61790cefa4c381614bb.tar.gz emacs-f6e7abc110d43407fbd1b61790cefa4c381614bb.zip | |
(display_text_line): Set pos_byte with pos
when skipping invisible.
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 495e1f425ba..5b136771255 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -3424,6 +3424,7 @@ display_text_line (w, start, start_byte, vpos, hpos, taboffset, ovstr_done) | |||
| 3424 | cursor_hpos = p1 - leftmargin; | 3424 | cursor_hpos = p1 - leftmargin; |
| 3425 | } | 3425 | } |
| 3426 | pos = next_boundary; | 3426 | pos = next_boundary; |
| 3427 | pos_byte = CHAR_TO_BYTE (pos); | ||
| 3427 | last_invis_skip = pos; | 3428 | last_invis_skip = pos; |
| 3428 | last_invis_prop = prop; | 3429 | last_invis_prop = prop; |
| 3429 | } | 3430 | } |