(window-buffer-height): Call compute-motion with nil width.
This commit is contained in:
parent
c296856cee
commit
7316f52cab
1 changed files with 1 additions and 1 deletions
|
@ -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))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue