]> git.eshelyaron.com Git - emacs.git/commitdiff
(window-buffer-height): Call compute-motion with nil width.
authorKim F. Storm <storm@cua.dk>
Mon, 2 Aug 2004 15:20:18 +0000 (15:20 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 2 Aug 2004 15:20:18 +0000 (15:20 +0000)
lisp/window.el

index 96bfc8b5581ac6b0497483e8aeb3168776616dff..5ec752f3f23382ddd454c9a3c4bcde3555950c49 100644 (file)
@@ -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))))))