groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 02/15: tmac/an-old.tmac (TH): Remove useless .if.


From: G. Branden Robinson
Subject: [groff] 02/15: tmac/an-old.tmac (TH): Remove useless .if.
Date: Wed, 19 May 2021 11:00:36 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 33af038b1b3bfbf8c87148250c43a9176136b34f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
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 <g.branden.robinson@gmail.com>
 
+       * 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 <g.branden.robinson@gmail.com>
+
        * 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]



reply via email to

[Prev in Thread] Current Thread [Next in Thread]