gbranden pushed a commit to branch master
in repository groff.

commit 62ec8abe210a0a330eb0b058b489d1b2a931ae1b
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat May 9 08:01:50 2026 -0500

    [mm]: Slightly refactor.
    
    * contrib/mm/m.tmac (lix@print-text): Drop unnecessary break request
      invocation.  No matter which path we take through the subsequent
      branch, a break-implying request (`in` or `ce`) is invoked.
---
 contrib/mm/ChangeLog | 6 ++++++
 contrib/mm/m.tmac    | 1 -
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index ebaf5c578..aa364c354 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,9 @@
+2026-05-09  G. Branden Robinson <[email protected]>
+
+       * m.tmac (lix@print-text): Drop unnecessary break request
+       invocation.  No matter which path we take through the subsequent
+       branch, a break-implying request (`in` or `ce`) is invoked.
+
 2026-04-27  G. Branden Robinson <[email protected]>
 
        * m.tmac (pg@header, pg@print-footer): Revise debugging output
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index eb6f9ae49..e7713bb99 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3145,7 +3145,6 @@ exceeds depth of nested lists (\\n[li*lvl])
 .SP \\n[Lsp]u
 .misc@ev-keep lix
 .@reset
-.br
 .ie (\w@\\$1\\$2@)>(\\n[.l]-\\n[.i]) \{\
 .      in +\w@\\$1@u
 .      ti 0

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

Reply via email to