aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/xdisp.c2
1 files changed, 2 insertions, 0 deletions
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)
4891 translated to octal form. */ 4891 translated to octal form. */
4892 else if ((it->c < ' ' 4892 else if ((it->c < ' '
4893 && (it->area != TEXT_AREA 4893 && (it->area != TEXT_AREA
4894 /* In mode line, treat \n, \t like other crl chars. */
4895 || (it->glyph_row && it->glyph_row->mode_line_p)
4894 || (it->c != '\n' && it->c != '\t'))) 4896 || (it->c != '\n' && it->c != '\t')))
4895 || (it->multibyte_p 4897 || (it->multibyte_p
4896 ? ((it->c >= 127 4898 ? ((it->c >= 127