From 7c2363af44746b3a141276713b9960c17a30b14a Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 10 Jan 2009 18:40:52 +0000 Subject: [PATCH] * xdisp.c (pos_visible_p): When iterator stops on the last glyph of a display vector, backtrack. (try_window_reusing_current_matrix): Check glyph type before referencing charpos member. --- src/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 6acf8870587..40045021b0c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2009-01-10 Chong Yidong + + * xdisp.c (pos_visible_p): When iterator stops on the last glyph + of a display vector, backtrack. + (try_window_reusing_current_matrix): Check glyph type before + referencing charpos member. + 2009-01-10 Eli Zaretskii Fix Bug #876: -- 2.39.2