Function: zone-hiding-mode-line
zone-hiding-mode-line is a macro defined in zone.el.gz.
Signature
(zone-hiding-mode-line &rest BODY)
Source Code
;; Defined in /usr/src/emacs/lisp/play/zone.el.gz
(defmacro zone-hiding-mode-line (&rest body)
;; This formerly worked by temporarily altering face `mode-line',
;; which did not even work right, it seems.
`(let (mode-line-format)
,@body))