From: Kim F. Storm Date: Mon, 2 Aug 2004 15:20:18 +0000 (+0000) Subject: (window-buffer-height): Call compute-motion with nil width. X-Git-Tag: ttn-vms-21-2-B4~5352 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7316f52cab8b75ef9f9c1e3bee9198d4fd8c1c4b;p=emacs.git (window-buffer-height): Call compute-motion with nil width. --- diff --git a/lisp/window.el b/lisp/window.el index 96bfc8b5581..5ec752f3f23 100644 --- a/lisp/window.el +++ b/lisp/window.el @@ -408,7 +408,7 @@ lines than are actually needed in the case where some error may be present." '(0 . 0) (- (point-max) (if ignore-final-newline 1 0)) (cons 0 100000000) - (window-width window) + nil nil window))))))