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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/window.c [lexbind]
Date: Sat, 04 Sep 2004 05:44:38 -0400

Index: emacs/src/window.c
diff -c emacs/src/window.c:1.417.2.16 emacs/src/window.c:1.417.2.17
*** emacs/src/window.c:1.417.2.16       Sat Sep  4 09:18:40 2004
--- emacs/src/window.c  Sat Sep  4 09:19:28 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]