/[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.1 by handa, Fri Mar 1 01:07:51 2002 UTC revision 1.378.2.2 by handa, Tue May 7 04:49:50 2002 UTC
# Line 2089  but the contents viewed as characters do Line 2089  but the contents viewed as characters do
2089              p++, pos++;              p++, pos++;
2090            else if (CHAR_BYTE8_HEAD_P (*p))            else if (CHAR_BYTE8_HEAD_P (*p))
2091              {              {
2092                c = STRING_CHAR (p, stop - pos);                c = STRING_CHAR_AND_LENGTH (p, stop - pos, bytes);
2093                /* Delete all bytes for this 8-bit character but the                /* Delete all bytes for this 8-bit character but the
2094                   last one, and change the last one to the charcter                   last one, and change the last one to the charcter
2095                   code.  */                   code.  */
# Line 2176  but the contents viewed as characters do Line 2176  but the contents viewed as characters do
2176                  zv += bytes;                  zv += bytes;
2177                if (pos <= pt)                if (pos <= pt)
2178                  pt += bytes;                  pt += bytes;
2179                  pend = Z_ADDR;
2180                stop = Z;                stop = Z;
2181              }              }
2182          }          }

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

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