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 [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/windmove.el [emacs-unicode-2]
Date: Mon, 02 Aug 2004 20:25:21 -0400

Index: emacs/lisp/windmove.el
diff -c emacs/lisp/windmove.el:1.6.2.1 emacs/lisp/windmove.el:1.6.2.2
*** emacs/lisp/windmove.el:1.6.2.1      Fri Apr 16 12:50:11 2004
--- emacs/lisp/windmove.el      Tue Aug  3 00:02:59 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]