/[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.6 by gerd, Mon Oct 22 14:54:42 2001 UTC revision 1.671.4.7 by gerd, Tue Oct 23 10:03:05 2001 UTC
# Line 12963  display_line (it) Line 12963  display_line (it)
12963    
12964                        /* A TAB takes us to the right edge of the window.  */                        /* A TAB takes us to the right edge of the window.  */
12965                        if (it->c == '\t')                        if (it->c == '\t')
12966                          it->continuation_lines_width += it->last_visible_x;                          {
12967                              it->continuation_lines_width += it->last_visible_x;
12968                              row->ends_in_middle_of_char_p = 1;
12969                            }
12970                        else                        else
12971                          it->continuation_lines_width += x;                          it->continuation_lines_width += x;
12972                                                

Legend:
Removed from v.1.671.4.6  
changed lines
  Added in v.1.671.4.7

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