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

Diff of /emacs/src/buffer.c

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

revision 1.378.2.5 by handa, Wed Jul 31 07:04:55 2002 UTC revision 1.378.2.6 by fx, Thu Sep 5 16:59:44 2002 UTC
# Line 2198  char-to-byte.  */) Line 2198  char-to-byte.  */)
2198                                
2199            if (ASCII_BYTE_P (*p))            if (ASCII_BYTE_P (*p))
2200              p++, pos++;              p++, pos++;
2201            else if (method == Qas            else if (EQ (method, Qas)
2202                     && (bytes = MULTIBYTE_LENGTH (p, pend)) > 0)                     && (bytes = MULTIBYTE_LENGTH (p, pend)) > 0)
2203              p += bytes, pos += bytes;              p += bytes, pos += bytes;
2204            else            else
# Line 2206  char-to-byte.  */) Line 2206  char-to-byte.  */)
2206                unsigned char tmp[MAX_MULTIBYTE_LENGTH];                unsigned char tmp[MAX_MULTIBYTE_LENGTH];
2207                int c;                int c;
2208    
2209                if (method == Qmake)                if (EQ (method, Qmake))
2210                  c = unibyte_char_to_multibyte (*p);                  c = unibyte_char_to_multibyte (*p);
2211                else                else
2212                  c = BYTE8_TO_CHAR (*p);                  c = BYTE8_TO_CHAR (*p);

Legend:
Removed from v.1.378.2.5  
changed lines
  Added in v.1.378.2.6

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