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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Tue, 15 Jan 2002 12:29:51 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.720 emacs/src/xdisp.c:1.721
*** emacs/src/xdisp.c:1.720     Wed Jan  9 17:40:37 2002
--- emacs/src/xdisp.c   Tue Jan 15 12:21:28 2002
***************
*** 13607,13613 ****
                        
                        nglyphs_before = it->glyph_row->used[TEXT_AREA];
                        bytepos = percent_position - XSTRING (elt)->data;
!                       charpos = (multibyte
                                   ? string_byte_to_char (elt, bytepos)
                                   : bytepos);
                        nwritten = display_string (spec, Qnil, elt,
--- 13607,13613 ----
                        
                        nglyphs_before = it->glyph_row->used[TEXT_AREA];
                        bytepos = percent_position - XSTRING (elt)->data;
!                       charpos = (STRING_MULTIBYTE (elt)
                                   ? string_byte_to_char (elt, bytepos)
                                   : bytepos);
                        nwritten = display_string (spec, Qnil, elt,



reply via email to

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