/[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.720 by jasonr, Wed Jan 9 22:40:37 2002 UTC revision 1.721 by eliz, Tue Jan 15 17:21:28 2002 UTC
# Line 13607  display_mode_element (it, depth, field_w Line 13607  display_mode_element (it, depth, field_w
13607                                                    
13608                          nglyphs_before = it->glyph_row->used[TEXT_AREA];                          nglyphs_before = it->glyph_row->used[TEXT_AREA];
13609                          bytepos = percent_position - XSTRING (elt)->data;                          bytepos = percent_position - XSTRING (elt)->data;
13610                          charpos = (multibyte                          charpos = (STRING_MULTIBYTE (elt)
13611                                     ? string_byte_to_char (elt, bytepos)                                     ? string_byte_to_char (elt, bytepos)
13612                                     : bytepos);                                     : bytepos);
13613                          nwritten = display_string (spec, Qnil, elt,                          nwritten = display_string (spec, Qnil, elt,

Legend:
Removed from v.1.720  
changed lines
  Added in v.1.721

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