gbranden pushed a commit to branch master
in repository groff.

commit e7358f1e3339a083891ad546dbdd674189665725
Author: G. Branden Robinson <[email protected]>
AuthorDate: Mon Jun 10 05:59:02 2024 -0500

    [mm]: Drop unnecessary macro call.
    
    * contrib/mm/m.tmac (AF): Drop unnecessary macro call.  `AU` performs
      the requisite cleanup.
---
 contrib/mm/ChangeLog | 5 +++++
 contrib/mm/m.tmac    | 1 -
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index c5fe39603..946f7e3dc 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,8 @@
+2024-06-10  G. Branden Robinson <[email protected]>
+
+       * m.tmac (AF): Drop unnecessary macro call.  `AU` performs the
+       requisite cleanup.
+
 2024-06-10  G. Branden Robinson <[email protected]>
 
        * mm/0.MT: Move `cov@print-firm` call to where it works.
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 3eb1e834f..727636964 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3163,7 +3163,6 @@ exceeds depth of nested lists (\\n[li*lvl])
 ..
 .\"-------------------
 .de AF
-.cov@title-end
 .if !''\\$1' .ds cov*firm \\$1
 ..
 .de AST

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

Reply via email to