gbranden pushed a commit to branch master
in repository groff.

commit 0e45235558f45484d9eda6abab27bcc7fcb14007
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jan 13 10:27:04 2026 -0600

    [mm]: Improve fix for Savannah #67903.
    
    * contrib/mm/m.tmac (lix@print-ds): Simplify fix for Savannah #67903; as
      I see it, once `TC` begins operating, it takes over the page layout,
      so we can unconditionally set the indentation to zero safely.  In any
      case, use of the `in` request by a document is not licensed by the DWB
      3.3 mm manual (see §3.8).
---
 contrib/mm/ChangeLog | 8 ++++++++
 contrib/mm/m.tmac    | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 75b071a20..e50e0e8d1 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,11 @@
+2026-01-13  G. Branden Robinson <[email protected]>
+
+       * m.tmac (lix@print-ds): Simplify fix for Savannah #67903; as I
+       see it, once `TC` begins operating, it takes over the page
+       layout, so we can unconditionally set the indentation to zero
+       safely.  In any case, use of the `in` request by a document is
+       not licensed by the DWB 3.3 mm manual (see �3.8).
+
 2026-01-10  Alexis Hildebrandt <[email protected]>
 
        * m.tmac (lix@print-ds): If indentation is greater than zero at
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 221ba6c0a..5cc47d220 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3172,7 +3172,7 @@ exceeds depth of nested lists (\\n[li*lvl])
 .ds H1txt \\$3
 .ds Tcstatus \\$1
 .if !\\n[Cp] .pg@next-page
-.if \\n[.in]>0 .in
+.in 0
 .\" print LIST OF XXXX
 .\" execute user-defined macros
 .if \\$4<=4 .if d TX\\$2 .TX\\$2

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

Reply via email to