emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/xdisp.c


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Tue, 23 Jul 2002 00:50:12 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.771 emacs/src/xdisp.c:1.772
*** emacs/src/xdisp.c:1.771     Mon Jul 22 12:12:31 2002
--- emacs/src/xdisp.c   Tue Jul 23 00:48:25 2002
***************
*** 2528,2534 ****
         suitable for unibyte text if current_buffer is unibyte.  */
        if (it->multibyte_p)
        {
!         int c = FETCH_MULTIBYTE_CHAR (CHARPOS (pos));
          struct face *face = FACE_FROM_ID (it->f, face_id);
          face_id = FACE_FOR_CHAR (it->f, face, c);
        }
--- 2528,2534 ----
         suitable for unibyte text if current_buffer is unibyte.  */
        if (it->multibyte_p)
        {
!         int c = FETCH_MULTIBYTE_CHAR (BYTEPOS (pos));
          struct face *face = FACE_FROM_ID (it->f, face_id);
          face_id = FACE_FOR_CHAR (it->f, face, c);
        }



reply via email to

[Prev in Thread] Current Thread [Next in Thread]