/[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.754.2.35 by miles, Mon Oct 25 04:22:26 2004 UTC revision 1.754.2.36 by miles, Fri Oct 29 02:05:10 2004 UTC
# Line 4891  get_next_display_element (it) Line 4891  get_next_display_element (it)
4891               translated to octal form.  */               translated to octal form.  */
4892            else if ((it->c < ' '            else if ((it->c < ' '
4893                      && (it->area != TEXT_AREA                      && (it->area != TEXT_AREA
4894                            /* In mode line, treat \n, \t like other crl chars.  */
4895                            || (it->glyph_row && it->glyph_row->mode_line_p)
4896                          || (it->c != '\n' && it->c != '\t')))                          || (it->c != '\n' && it->c != '\t')))
4897                     || (it->multibyte_p                     || (it->multibyte_p
4898                         ? ((it->c >= 127                         ? ((it->c >= 127
# Line 6365  add_to_log (format, arg1, arg2) Line 6367  add_to_log (format, arg1, arg2)
6367    bcopy (SDATA (msg), buffer, len);    bcopy (SDATA (msg), buffer, len);
6368    
6369    message_dolog (buffer, len - 1, 1, 0);    message_dolog (buffer, len - 1, 1, 0);
6370    SAFE_FREE (len);    SAFE_FREE ();
6371    
6372    UNGCPRO;    UNGCPRO;
6373  }  }

Legend:
Removed from v.1.754.2.35  
changed lines
  Added in v.1.754.2.36

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