diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/xdisp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdisp.c b/src/xdisp.c index 6eca10a10e7..05fd0768bcc 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -6942,7 +6942,7 @@ move_it_to (it, to_charpos, to_x, to_y, to_vpos, op) | |||
| 6942 | && IT_CHARPOS (*it) == to_charpos | 6942 | && IT_CHARPOS (*it) == to_charpos |
| 6943 | && it->what == IT_CHARACTER | 6943 | && it->what == IT_CHARACTER |
| 6944 | && it->nglyphs > 1 | 6944 | && it->nglyphs > 1 |
| 6945 | && it->line_wrap == WINDOW_WRAP | 6945 | && !it->truncate_lines_p |
| 6946 | && it->current_x == it->last_visible_x - 1 | 6946 | && it->current_x == it->last_visible_x - 1 |
| 6947 | && it->c != '\n' | 6947 | && it->c != '\n' |
| 6948 | && it->c != '\t' | 6948 | && it->c != '\t' |