emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/window.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [emacs-unicode-2]
Date: Mon, 02 Aug 2004 20:24:46 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.445.2.6 emacs/src/window.c:1.445.2.7
*** emacs/src/window.c:1.445.2.6        Wed Jul 28 07:05:52 2004
--- emacs/src/window.c  Tue Aug  3 00:03:00 2004
***************
*** 4707,4713 ****
  
    posit = *compute_motion (startpos, 0, 0, 0,
                           PT, ht, 0,
!                          window_box_text_cols (w), XINT (w->hscroll),
                           0, w);
    original_vpos = posit.vpos;
  
--- 4707,4713 ----
  
    posit = *compute_motion (startpos, 0, 0, 0,
                           PT, ht, 0,
!                          -1, XINT (w->hscroll),
                           0, w);
    original_vpos = posit.vpos;
  




reply via email to

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