(window-buffer-height): Call compute-motion with nil width.

This commit is contained in:
Kim F. Storm 2004-08-02 15:20:18 +00:00
parent c296856cee
commit 7316f52cab

View 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))))))