From: Chong Yidong Date: Sat, 26 Jan 2008 01:00:30 +0000 (+0000) Subject: * xdisp.c (pos_visible_p): Handle the case where charpos falls on X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/3ac7a21e51347773559ffd8d133845aaf73eb9fd?ds=sidebyside * xdisp.c (pos_visible_p): Handle the case where charpos falls on invisible text covered with an ellipsis. --- diff --git a/src/ChangeLog b/src/ChangeLog index 9a70449ac7..dddf544746 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