diff options
| -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 e5162702eb5..84a407ed074 100644 --- a/src/xdisp.c +++ b/src/xdisp.c | |||
| @@ -14611,7 +14611,7 @@ display_string (string, lisp_string, face_string, face_string_pos, | |||
| 14611 | } | 14611 | } |
| 14612 | break; | 14612 | break; |
| 14613 | } | 14613 | } |
| 14614 | else if (x + glyph->pixel_width > it->first_visible_x) | 14614 | else if (x + glyph->pixel_width >= it->first_visible_x) |
| 14615 | { | 14615 | { |
| 14616 | /* Glyph is at least partially visible. */ | 14616 | /* Glyph is at least partially visible. */ |
| 14617 | ++it->hpos; | 14617 | ++it->hpos; |