Mercurial > emacs
changeset 60070:ca0c6002fadf
(get_next_display_element): Fix escape-glyph criterion
for mode and header lines.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 15 Feb 2005 06:49:12 +0000 |
parents | edecd7c1824e |
children | fd926fc0b8c2 |
files | src/xdisp.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/xdisp.c Tue Feb 15 06:44:50 2005 +0000 +++ b/src/xdisp.c Tue Feb 15 06:49:12 2005 +0000 @@ -5044,7 +5044,7 @@ else if ((it->c < ' ' && (it->area != TEXT_AREA /* In mode line, treat \n like other crl chars. */ - || (it->c != '\n' + || (it->c != '\t' && it->glyph_row && it->glyph_row->mode_line_p) || (it->c != '\n' && it->c != '\t'))) || (it->multibyte_p