Function: mh-window-full-height-p

mh-window-full-height-p is a function alias for window-full-height-p, defined in window.el.gz.

This function is obsolete since 29.1; use window-full-height-p instead.

Signature

(mh-window-full-height-p &optional WINDOW)

Documentation

Return t if WINDOW is as high as its containing frame.

More precisely, return t if and only if the total height of WINDOW equals the total height of the root window of WINDOW's frame. WINDOW must be a valid window and defaults to the selected one.

Aliases

mh-window-full-height-p (obsolete since 29.1)