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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/src/window.c
Date: Mon, 02 Aug 2004 18:09:16 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.475 emacs/src/window.c:1.476
*** emacs/src/window.c:1.475    Sun Jul 25 17:43:57 2004
--- emacs/src/window.c  Mon Aug  2 15:06:25 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]