/[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.671.4.24 by lektu, Wed Jul 3 09:13:54 2002 UTC revision 1.671.4.25 by handa, Tue Jul 23 04:50:12 2002 UTC
# Line 2497  face_before_or_after_it_pos (it, before_ Line 2497  face_before_or_after_it_pos (it, before_
2497           suitable for unibyte text if current_buffer is unibyte.  */           suitable for unibyte text if current_buffer is unibyte.  */
2498        if (it->multibyte_p)        if (it->multibyte_p)
2499          {          {
2500            int c = FETCH_MULTIBYTE_CHAR (CHARPOS (pos));            int c = FETCH_MULTIBYTE_CHAR (BYTEPOS (pos));
2501            struct face *face = FACE_FROM_ID (it->f, face_id);            struct face *face = FACE_FROM_ID (it->f, face_id);
2502            face_id = FACE_FOR_CHAR (it->f, face, c);            face_id = FACE_FOR_CHAR (it->f, face, c);
2503          }          }

Legend:
Removed from v.1.671.4.24  
changed lines
  Added in v.1.671.4.25

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