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


From: Kim F . Storm
Subject: [Emacs-diffs] Changes to emacs/lisp/windmove.el
Date: Mon, 02 Aug 2004 11:25:47 -0400

Index: emacs/lisp/windmove.el
diff -c emacs/lisp/windmove.el:1.7 emacs/lisp/windmove.el:1.8
*** emacs/lisp/windmove.el:1.7  Mon Sep  1 15:45:18 2003
--- emacs/lisp/windmove.el      Mon Aug  2 15:20:05 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]