# HG changeset patch # User Richard M. Stallman # Date 1100525658 0 # Node ID e4b0cf06e5c151e43acfb5cdfb1e416183d4099f # Parent 735ed31a913f512c14f2280c96cdfd04bdd3a492 (get_next_display_element): Fix previous change. diff -r 735ed31a913f -r e4b0cf06e5c1 src/xdisp.c --- a/src/xdisp.c Mon Nov 15 09:55:51 2004 +0000 +++ b/src/xdisp.c Mon Nov 15 13:34:18 2004 +0000 @@ -4898,7 +4898,7 @@ else if ((it->c < ' ' && (it->area != TEXT_AREA /* In mode line, treat \n like other crl chars. */ - || (it->c == '\n' + || (it->c != '\n' && it->glyph_row && it->glyph_row->mode_line_p) || (it->c != '\n' && it->c != '\t'))) || (it->multibyte_p