gbranden pushed a commit to branch master
in repository groff.

commit 33af038b1b3bfbf8c87148250c43a9176136b34f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue May 18 17:19:59 2021 +1000

    tmac/an-old.tmac (TH): Remove useless .if.
    
    +   * tmac/an-old.tmac (TH): Remove useless .if.  Its condition is
    +   always true now in the wake of the fix for Savannah #60609.
---
 ChangeLog        | 5 +++++
 tmac/an-old.tmac | 3 +--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index ee556b0..7c780ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2021-05-18  G. Branden Robinson <[email protected]>
 
+       * tmac/an-old.tmac (TH): Remove useless .if.  Its condition is
+       always true now in the wake of the fix for Savannah #60609.
+
+2021-05-18  G. Branden Robinson <[email protected]>
+
        * tmac/an-old.tmac: Rename many package macros, strings, and
        registers (and the lone named environment) to be more expressive
        of their function.  "an-footer" is now the proper complement of
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 7e8acd0..0e50315 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -229,8 +229,7 @@
 .    rm an-msg
 .  \}
 .
-.  if \\n[an-is-first-page-of-document] \
-.    an-header
+.  an-header
 .
 .  if !\\n[cR] \{\
 .    ie r FT .nr an-footer-location \\n[FT]

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to