changeset 58233:e4b0cf06e5c1

(get_next_display_element): Fix previous change.
author Richard M. Stallman <rms@gnu.org>
date Mon, 15 Nov 2004 13:34:18 +0000
parents 735ed31a913f
children 77bfb72503c6
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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