/[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.914 by kfstorm, Thu Oct 7 21:58:16 2004 UTC revision 1.915 by handa, Tue Oct 12 07:37:06 2004 UTC
# Line 4897  get_next_display_element (it) Line 4897  get_next_display_element (it)
4897                             && it->len == 1)                             && it->len == 1)
4898                            || !CHAR_PRINTABLE_P (it->c))                            || !CHAR_PRINTABLE_P (it->c))
4899                         : (it->c >= 127                         : (it->c >= 127
4900                            && it->c == unibyte_char_to_multibyte (it->c))))                            && (!unibyte_display_via_language_environment
4901                                  || it->c == unibyte_char_to_multibyte (it->c)))))
4902              {              {
4903                /* IT->c is a control character which must be displayed                /* IT->c is a control character which must be displayed
4904                   either as '\003' or as `^C' where the '\\' and '^'                   either as '\003' or as `^C' where the '\\' and '^'

Legend:
Removed from v.1.914  
changed lines
  Added in v.1.915

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