gbranden pushed a commit to branch master
in repository groff.

commit 29ce01d984c1092f19487a6109c553defe63b92f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jun 29 08:43:37 2024 -0500

    [mm]: Fix regression in undocumented feature.
    
    * contrib/mm/m.tmac ([initialization]): Fix regression in initialization
      of undocumented `C`/`@copy_type` register.  Problem introduced by me
      in commit 4b2f6de31e, 22 June.
---
 contrib/mm/ChangeLog | 6 ++++++
 contrib/mm/m.tmac    | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 4aa592846..7cf401c56 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,9 @@
+2024-06-29  G. Branden Robinson <[email protected]>
+
+       * m.tmac ([initialization]): Fix regression in initialization of
+       undocumented `C`/`@copy_type` register.  Problem
+       introduced by me in commit 4b2f6de31e, 22 June.
+
 2024-06-23  G. Branden Robinson <[email protected]>
 
        * m.tmac ([initialization], VERBON, VERBOFF, pg@footer):
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 93a2e56ee..a172fbff7 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -153,6 +153,7 @@ http://savannah.gnu.org/bugs/?group=groff.
 .
 .\" XXX: The man page says C isn't supported.  Unfinished?  Check it
 .\" against DWB.
+.nr @copy_type 0
 .if r C .nr @copy_type \n[C]
 .
 .if !r E .nr E 1
@@ -170,7 +171,6 @@ http://savannah.gnu.org/bugs/?group=groff.
 .ie r W .ll \n[W]u
 .el     .ll 6i
 .\"---------------------------------------------
-.nr @copy_type 0
 .if \n[@copy_type]=4 \{\
 .      ls 2
 .      nr Pi 10

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

Reply via email to