Mercurial > emacs
changeset 79015:6618fda00eb6
(handle_invisible_prop): After setting up an ellipsis, return HANDLED_RETURN.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 09 Oct 2007 01:28:33 +0000 |
parents | d458cc30cd42 |
children | 2478bf2c9d06 |
files | src/xdisp.c |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue Oct 09 01:27:17 2007 +0000 +++ b/src/xdisp.c Tue Oct 09 01:28:33 2007 +0000 @@ -3719,6 +3719,10 @@ it->position.bytepos = CHAR_TO_BYTE (it->position.charpos); } setup_for_ellipsis (it, 0); + /* Let the ellipsis display before + considering any properties of the following char. + Fixes jasonr@gnu.org 01 Oct 07 bug. */ + handled = HANDLED_RETURN; } } }