/[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.978 by kfstorm, Sat Feb 12 18:36:01 2005 UTC revision 1.979 by rms, Tue Feb 15 06:49:12 2005 UTC
# Line 5044  get_next_display_element (it) Line 5044  get_next_display_element (it)
5044            else if ((it->c < ' '            else if ((it->c < ' '
5045                      && (it->area != TEXT_AREA                      && (it->area != TEXT_AREA
5046                          /* In mode line, treat \n like other crl chars.  */                          /* In mode line, treat \n like other crl chars.  */
5047                          || (it->c != '\n'                          || (it->c != '\t'
5048                              && it->glyph_row && it->glyph_row->mode_line_p)                              && it->glyph_row && it->glyph_row->mode_line_p)
5049                          || (it->c != '\n' && it->c != '\t')))                          || (it->c != '\n' && it->c != '\t')))
5050                     || (it->multibyte_p                     || (it->multibyte_p

Legend:
Removed from v.1.978  
changed lines
  Added in v.1.979

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