From ec9f1dd3ece76f5967b6ae3904b32ad2aced2125 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 27 Oct 2004 14:46:25 +0000 Subject: (get_next_display_element): In mode lines, treat newline and tab like other control characters. --- src/xdisp.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/xdisp.c b/src/xdisp.c index afae7fd22a..df68ab80ef 100644 --- a/src/xdisp.c +++ b/src/xdisp.c @@ -4891,6 +4891,8 @@ get_next_display_element (it) 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 -- cgit v1.2.3