# HG changeset patch # User Richard M. Stallman # Date 1098888385 0 # Node ID 577483cd5a95cb8e884833d5ab0e4ca733d7e18c # Parent 8be359c20ca3fd73e1ceb0a84bfa5d2c99316f0f (get_next_display_element): In mode lines, treat newline and tab like other control characters. diff -r 8be359c20ca3 -r 577483cd5a95 src/xdisp.c --- a/src/xdisp.c Wed Oct 27 12:50:22 2004 +0000 +++ b/src/xdisp.c Wed Oct 27 14:46:25 2004 +0000 @@ -4891,6 +4891,8 @@ translated to octal form. */ else if ((it->c < ' ' && (it->area != TEXT_AREA + /* In mode line, treat \n, \t like other crl chars. */ + || (it->glyph_row && it->glyph_row->mode_line_p) || (it->c != '\n' && it->c != '\t'))) || (it->multibyte_p ? ((it->c >= 127