From 3ac7a21e51347773559ffd8d133845aaf73eb9fd Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sat, 26 Jan 2008 01:00:30 +0000 Subject: [PATCH] * xdisp.c (pos_visible_p): Handle the case where charpos falls on invisible text covered with an ellipsis. --- src/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index 9a70449ac78..dddf5447469 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2008-01-26 Chong Yidong + + * xdisp.c (pos_visible_p): Handle the case where charpos falls on + invisible text covered with an ellipsis. + 2008-01-25 Richard Stallman * xdisp.c (redisplay_window): Run Qwindow_text_change_functions and -- 2.39.5