mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-22 18:35:09 +00:00
(window-buffer-height): Call compute-motion with nil width.
This commit is contained in:
parent
c296856cee
commit
7316f52cab
@ -408,7 +408,7 @@ lines than are actually needed in the case where some error may be present."
|
|||||||
'(0 . 0)
|
'(0 . 0)
|
||||||
(- (point-max) (if ignore-final-newline 1 0))
|
(- (point-max) (if ignore-final-newline 1 0))
|
||||||
(cons 0 100000000)
|
(cons 0 100000000)
|
||||||
(window-width window)
|
nil
|
||||||
nil
|
nil
|
||||||
window))))))
|
window))))))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user