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

Diff of /emacs/src/charset.c

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

revision 1.125.2.9 by handa, Tue May 21 04:22:33 2002 UTC revision 1.125.2.10 by handa, Tue May 21 05:39:08 2002 UTC
# Line 1494  is specified.  */) Line 1494  is specified.  */)
1494    
1495    dimension = CHARSET_DIMENSION (charsetp);    dimension = CHARSET_DIMENSION (charsetp);
1496    if (NILP (code1))    if (NILP (code1))
1497      code = charsetp->code_space[(dimension - 1) * 4];      code = (CHARSET_ASCII_COMPATIBLE_P (charsetp)
1498                ? 0 : CHARSET_MIN_CODE (charsetp));
1499    else    else
1500      {      {
1501        CHECK_NATNUM (code1);        CHECK_NATNUM (code1);

Legend:
Removed from v.1.125.2.9  
changed lines
  Added in v.1.125.2.10

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