/[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.729.2.5 by fx, Tue Jul 16 13:57:00 2002 UTC revision 1.729.2.6 by handa, Tue Jul 23 02:58:07 2002 UTC
# Line 2515  face_before_or_after_it_pos (it, before_ Line 2515  face_before_or_after_it_pos (it, before_
2515           suitable for unibyte text if current_buffer is unibyte.  */           suitable for unibyte text if current_buffer is unibyte.  */
2516        if (it->multibyte_p)        if (it->multibyte_p)
2517          {          {
2518            int c = FETCH_MULTIBYTE_CHAR (CHARPOS (pos));            int c = FETCH_MULTIBYTE_CHAR (BYTEPOS (pos));
2519            struct face *face = FACE_FROM_ID (it->f, face_id);            struct face *face = FACE_FROM_ID (it->f, face_id);
2520            face_id = FACE_FOR_CHAR (it->f, face, c);            face_id = FACE_FOR_CHAR (it->f, face, c);
2521          }          }

Legend:
Removed from v.1.729.2.5  
changed lines
  Added in v.1.729.2.6

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