]> git.eshelyaron.com Git - emacs.git/commitdiff
(get_next_display_element): Fix previous change.
authorRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 2004 13:34:40 +0000 (13:34 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 15 Nov 2004 13:34:40 +0000 (13:34 +0000)
src/ChangeLog
src/xdisp.c

index 956ad26e4ad21e4dc3ba485fa390dfe614242a8f..a21effceed4bb9214aa1d64477a7a15faac44177 100644 (file)
@@ -1,3 +1,7 @@
+2004-11-15  Richard M. Stallman  <rms@gnu.org>
+
+       * xdisp.c (get_next_display_element): Fix previous change.
+
 2004-11-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * window.c (shrink_windows): Handle special case of one window left
index 14a64187f1c89c65d74cb3f5169dcf16d8dd4e1f..9c86e579c0ccd567886792f037bfb53d890b7e12 100644 (file)
@@ -4898,7 +4898,7 @@ get_next_display_element (it)
          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