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

Diff of /emacs/src/xdisp.c

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

revision 1.771 by rms, Mon Jul 22 16:12:31 2002 UTC revision 1.772 by handa, Tue Jul 23 04:48:25 2002 UTC
# Line 2528  face_before_or_after_it_pos (it, before_ Line 2528  face_before_or_after_it_pos (it, before_
2528           suitable for unibyte text if current_buffer is unibyte.  */           suitable for unibyte text if current_buffer is unibyte.  */
2529        if (it->multibyte_p)        if (it->multibyte_p)
2530          {          {
2531            int c = FETCH_MULTIBYTE_CHAR (CHARPOS (pos));            int c = FETCH_MULTIBYTE_CHAR (BYTEPOS (pos));
2532            struct face *face = FACE_FROM_ID (it->f, face_id);            struct face *face = FACE_FROM_ID (it->f, face_id);
2533            face_id = FACE_FOR_CHAR (it->f, face, c);            face_id = FACE_FOR_CHAR (it->f, face, c);
2534          }          }

Legend:
Removed from v.1.771  
changed lines
  Added in v.1.772

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