From: Richard M. Stallman Date: Wed, 27 Oct 2004 14:46:25 +0000 (+0000) Subject: (get_next_display_element): In mode lines, X-Git-Tag: ttn-vms-21-2-B4~4365 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=ec9f1dd3ece76f5967b6ae3904b32ad2aced2125;p=emacs.git (get_next_display_element): In mode lines, treat newline and tab like other control characters. --- diff --git a/src/xdisp.c b/src/xdisp.c index afae7fd22af..df68ab80eff 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