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

Diff of /emacs/src/lread.c

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

revision 1.277.2.9 by fx, Sun May 4 15:46:26 2003 UTC revision 1.277.2.10 by handa, Fri May 30 06:04:17 2003 UTC
# Line 2369  read1 (readcharfun, pch, first_in_list) Line 2369  read1 (readcharfun, pch, first_in_list)
2369              else              else
2370                {                {
2371                  p += CHAR_STRING (c, (unsigned char *) p);                  p += CHAR_STRING (c, (unsigned char *) p);
2372                    if (CHAR_BYTE8_P (c))
2373                      force_singlebyte = 1;
2374                    else if (! ASCII_CHAR_P (c))
2375                      force_multibyte = 1;
2376                }                }
2377              nchars++;              nchars++;
2378            }            }

Legend:
Removed from v.1.277.2.9  
changed lines
  Added in v.1.277.2.10

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