1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-18 18:05:07 +00:00

(get_next_display_element): Fix previous change.

This commit is contained in:
Richard M. Stallman 2004-11-15 13:34:40 +00:00
parent 10980463d7
commit 27418463ce
2 changed files with 5 additions and 1 deletions

View 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,Ad(Brv <jan.h.d@swipnet.se>
* window.c (shrink_windows): Handle special case of one window left

View 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