gbranden pushed a commit to branch master
in repository groff.

commit a7092b1ba04331f277eec2d83acd33d5cb2085b3
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Oct 29 04:55:31 2024 -0500

    [mm]: Fix initialization errors.
    
    ...introduced yesterday.
    
    * contrib/mm/m.tmac: Fix initialization errors.  Specify `aln` request
      arguments in the correct order.  Set up `DT` alias of `cov*new-date`
      string only once the latter is defined.
---
 contrib/mm/ChangeLog | 6 ++++++
 contrib/mm/m.tmac    | 4 ++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 722671d95..c4ac8dcdb 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,9 @@
+2024-10-29  G. Branden Robinson <[email protected]>
+
+       * m.tmac: Fix initialization errors.  Specify `aln` request
+       arguments in the correct order.  Set up `DT` alias of
+       `cov*new-date` string only once the latter is defined.
+
 2024-10-28  G. Branden Robinson <[email protected]>
 
        * m.tmac ([initialization]): Rename `Iso` register to `Isodate`
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index b1c417228..fda293cb6 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -380,7 +380,7 @@ http://savannah.gnu.org/bugs/?group=groff.
 .nr Rfstyle 0
 .\" reference list page ejection policy
 .nr Rpej 0
-.aln Rpej Rpe \" for groff <= 1.23 compatibility
+.aln Rpe Rpej \" for groff <= 1.23 compatibility
 .\" reference list format (arguments to `LB`)
 .ds Rpfmt \\n[Li] 0 1 0 \& 0\"
 .\" use section-page page numbering?
@@ -3515,13 +3515,13 @@ argument: '\\$2'
 .@warning \\$0: macro is deprecated; define register 'Isodate' instead
 .cov*set-date \\$@
 ..
-.als DT cov*new-date
 .de ND
 \\*[debug@dump-args]\\
 .ie \\n[.$] .ds cov*new-date "\\$1\"
 .el         .cov*set-date \\n[Isodate]
 ..
 .ND
+.als DT cov*new-date
 .\"-------------------
 .\" Save technical memorandum numbers.
 .de TM

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

Reply via email to