/[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.933 by kfstorm, Mon Nov 15 15:21:34 2004 UTC revision 1.934 by handa, Tue Nov 16 00:28:57 2004 UTC
# Line 15510  display_mode_element (it, depth, field_w Line 15510  display_mode_element (it, depth, field_w
15510                    {                    {
15511                      int bytepos = last - lisp_string;                      int bytepos = last - lisp_string;
15512                      int charpos = string_byte_to_char (elt, bytepos);                      int charpos = string_byte_to_char (elt, bytepos);
15513                      int endpos = (precision <= 0 ? SCHARS (elt)                      int endpos = (precision <= 0
15514                                      ? string_byte_to_char (elt,
15515                                                             this - lisp_string)
15516                                    : charpos + nchars);                                    : charpos + nchars);
15517    
15518                      n += store_mode_line_string (NULL,                      n += store_mode_line_string (NULL,

Legend:
Removed from v.1.933  
changed lines
  Added in v.1.934

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