gbranden pushed a commit to branch master
in repository groff.

commit 8f666ed5e9b17cd0f2912a651ddc3a30891f34c6
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Oct 10 09:30:12 2024 -0500

    [mm]: Trivially refactor.
    
    * contrib/mm/m.tmac (ref@start-print): Employ dummy character as "empty"
      fifth argument to `LB` as prepared for.
---
 contrib/mm/ChangeLog | 5 +++++
 contrib/mm/m.tmac    | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 7e319d363..a93128cad 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,8 @@
+2024-10-09  G. Branden Robinson <[email protected]>
+
+       * m.tmac (ref@start-print): Employ dummy character as "empty"
+       fifth argument to `LB` as prepared for.
+
 2024-10-09  G. Branden Robinson <[email protected]>
 
        * m.tmac (LB): Accept a dummy character escape sequence as a
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 500760a5e..dc8352909 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3133,7 +3133,7 @@ exceeds depth of nested lists (\\n[li*lvl])
 .\"------------
 .de ref@start-print
 .di ref*div
-.LB \\n[Li] 0 1 1 "" 0 0
+.LB \\n[Li] 0 1 1 \& 0\"
 .LI "\\$1"
 ..
 .\"------------

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

Reply via email to