/[emacs]/emacs/src/xdisp.c
ViewVC logotype

Diff of /emacs/src/xdisp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.931 by rms, Sun Nov 14 04:31:03 2004 UTC revision 1.932 by rms, Mon Nov 15 13:34:18 2004 UTC
# Line 4898  get_next_display_element (it) Line 4898  get_next_display_element (it)
4898            else if ((it->c < ' '            else if ((it->c < ' '
4899                      && (it->area != TEXT_AREA                      && (it->area != TEXT_AREA
4900                          /* In mode line, treat \n like other crl chars.  */                          /* In mode line, treat \n like other crl chars.  */
4901                          || (it->c == '\n'                          || (it->c != '\n'
4902                              && it->glyph_row && it->glyph_row->mode_line_p)                              && it->glyph_row && it->glyph_row->mode_line_p)
4903                          || (it->c != '\n' && it->c != '\t')))                          || (it->c != '\n' && it->c != '\t')))
4904                     || (it->multibyte_p                     || (it->multibyte_p

Legend:
Removed from v.1.931  
changed lines
  Added in v.1.932

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26