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:
parent
10980463d7
commit
27418463ce
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user