emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/windmove.el [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/windmove.el [lexbind]
Date: Sat, 04 Sep 2004 05:44:36 -0400

Index: emacs/lisp/windmove.el
diff -c emacs/lisp/windmove.el:1.5.2.1 emacs/lisp/windmove.el:1.5.2.2
*** emacs/lisp/windmove.el:1.5.2.1      Tue Oct 14 23:51:28 2003
--- emacs/lisp/windmove.el      Sat Sep  4 09:19:26 2004
***************
*** 429,442 ****
  regardless of the where point is in the buffer and where the window
  is placed in the frame."
    (let* ((wind (if (null window) (selected-window) window))
-          (usable-width (1- (window-width wind))) ; 1- for cont. column
-          (usable-height (1- (window-height wind))) ; 1- for mode line
           (big-hairy-result (compute-motion
                              (window-start)
                              '(0 . 0)
                              pos
!                             (cons usable-width usable-height)
!                             usable-width
                              (cons (window-hscroll)
                                    0)    ; why zero?
                              wind)))
--- 429,440 ----
  regardless of the where point is in the buffer and where the window
  is placed in the frame."
    (let* ((wind (if (null window) (selected-window) window))
           (big-hairy-result (compute-motion
                              (window-start)
                              '(0 . 0)
                              pos
!                             nil ; (window-width window-height)
!                             nil ; window-width
                              (cons (window-hscroll)
                                    0)    ; why zero?
                              wind)))




reply via email to

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