]> git.eshelyaron.com Git - emacs.git/commit
Revert "Avoid infinite recursion in 'window_wants_header_line'"
authorEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2023 10:44:59 +0000 (13:44 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 23 Jun 2023 10:44:59 +0000 (13:44 +0300)
commitc964dd0820bfdc5bdc354145ceec868e2854dc95
treef765b38fe177de7a113156320af463fe17269fc1
parentc31688cb061bf76c5300abadaf6fe589603b0184
Revert "Avoid infinite recursion in 'window_wants_header_line'"

This reverts commit 3de8ed09ab46b9922e15aaf0cc8884b41087c996.
This is part of removing the recently-added feature whereby
certain non-nil values of 'header-line-format' could signal
that the header line shall not be displayed.  The feature is
being reverted because its advantages are very minor, whereas
the complications it causes are serious.
src/window.c