/[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.2 by handa, Tue May 7 04:49:50 2002 UTC revision 1.378.2.3 by handa, Tue May 14 11:50:46 2002 UTC
# Line 2161  but the contents viewed as characters do Line 2161  but the contents viewed as characters do
2161            else            else
2162              {              {
2163                unsigned char tmp[MAX_MULTIBYTE_LENGTH];                unsigned char tmp[MAX_MULTIBYTE_LENGTH];
2164                  int c = BYTE8_TO_CHAR (*p);
2165    
2166                bytes = CHAR_STRING (*p, tmp);                bytes = CHAR_STRING (c, tmp);
2167                *p = tmp[0];                *p = tmp[0];
2168                TEMP_SET_PT_BOTH (pos + 1, pos + 1);                TEMP_SET_PT_BOTH (pos + 1, pos + 1);
2169                bytes--;                bytes--;

Legend:
Removed from v.1.378.2.2  
changed lines
  Added in v.1.378.2.3

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