From bb187662be4ccd53e168fb07501931da596de39a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 17 Sep 2011 11:09:45 +0300 Subject: Fix bug #9524 with cursor positioning on display strings in truncated lines. src/xdisp.c (set_cursor_from_row): Don't invoke special treatment of truncated lines if point is covered by a display string. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 27b7e709317..c6238701301 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2011-09-17 Eli Zaretskii + + * xdisp.c (set_cursor_from_row): Don't invoke special treatment of + truncated lines if point is covered by a display string. (Bug#9524) + 2011-09-16 Paul Eggert * xselect.c: Relax test for outgoing X longs (Bug#9498). -- cgit v1.2.1