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: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c
Date: Fri, 26 Aug 2005 11:56:48 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1044 emacs/src/xdisp.c:1.1045
*** emacs/src/xdisp.c:1.1044    Fri Aug 26 11:04:16 2005
--- emacs/src/xdisp.c   Fri Aug 26 15:56:48 2005
***************
*** 1347,1354 ****
  
    current_header_line_height = current_mode_line_height = -1;
  
!   if (visible_p && w->hscroll > 0)
!     *x -= w->hscroll;
  
    return visible_p;
  }
--- 1347,1354 ----
  
    current_header_line_height = current_mode_line_height = -1;
  
!   if (visible_p && XFASTINT (w->hscroll) > 0)
!     *x -= XFASTINT (w->hscroll);
  
    return visible_p;
  }




reply via email to

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