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: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 04 Nov 2005 05:14:55 -0500

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1065 emacs/src/xdisp.c:1.1066
*** emacs/src/xdisp.c:1.1065    Sun Oct 30 20:08:09 2005
--- emacs/src/xdisp.c   Fri Nov  4 10:14:54 2005
***************
*** 21332,21338 ****
          if (row == last)
            end_hpos = dpyinfo->mouse_face_end_col;
          else
!           end_hpos = row->used[TEXT_AREA];
  
          if (end_hpos > start_hpos)
            {
--- 21332,21342 ----
          if (row == last)
            end_hpos = dpyinfo->mouse_face_end_col;
          else
!           {
!             end_hpos = row->used[TEXT_AREA];
!             if (draw == DRAW_NORMAL_TEXT)
!               row->fill_line_p = 1; /* Clear to end of line */
!           }
  
          if (end_hpos > start_hpos)
            {




reply via email to

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