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

Diff of /emacs/src/character.c

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

revision 1.1.4.2 by fx, Wed Sep 17 13:51:40 2003 UTC revision 1.1.4.3 by handa, Sun Sep 28 23:54:27 2003 UTC
# Line 95  char_string (c, p) Line 95  char_string (c, p)
95    
96    if (c & CHAR_MODIFIER_MASK)    if (c & CHAR_MODIFIER_MASK)
97      {      {
98        /* As a character not less than 256 can't have modifier bits, we        /* As an non-ASCII character can't have modifier bits, we just
99           just ignore the bits.  */           ignore the bits.  */
100        if (SINGLE_BYTE_CHAR_P ((c & ~CHAR_MODIFIER_MASK)))        if (ASCII_CHAR_P ((c & ~CHAR_MODIFIER_MASK)))
101          {          {
102            /* For Meta, Shift, and Control modifiers, we need special care.  */            /* For Meta, Shift, and Control modifiers, we need special care.  */
103            if (c & CHAR_META)            if (c & CHAR_META)

Legend:
Removed from v.1.1.4.2  
changed lines
  Added in v.1.1.4.3

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