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

Diff of /emacs/src/print.c

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

revision 1.190.2.1 by handa, Mon Sep 8 12:48:12 2003 UTC revision 1.190.2.2 by handa, Mon Nov 17 23:48:44 2003 UTC
# Line 1452  print_object (obj, printcharfun, escapef Line 1452  print_object (obj, printcharfun, escapef
1452                    PRINTCHAR ('f');                    PRINTCHAR ('f');
1453                  }                  }
1454                else if (multibyte                else if (multibyte
1455                         && (CHAR_BYTE8_P (c) || print_escape_multibyte))                         && (CHAR_BYTE8_P (c)
1456                               || (! ASCII_CHAR_P (c) && print_escape_multibyte)))
1457                  {                  {
1458                    /* When multibyte is disabled,                    /* When multibyte is disabled,
1459                       print multibyte string chars using hex escapes.                       print multibyte string chars using hex escapes.

Legend:
Removed from v.1.190.2.1  
changed lines
  Added in v.1.190.2.2

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