gbranden pushed a commit to branch master
in repository groff.
commit 4bb7df640b1b7e4d2b67f00d1e78b45a0cb28e3e
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Nov 7 10:27:40 2024 -0600
[mm]: Fix code style nit.
* contrib/mm/m.tmac (let@print-head): Fix code style nit: use `nop`
request instead of text line in macro definition.
---
contrib/mm/ChangeLog | 5 +++++
contrib/mm/m.tmac | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index f3b305ad4..b5fe4fc56 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,8 @@
+2024-11-07 G. Branden Robinson <[email protected]>
+
+ * m.tmac (let@print-head): Fix code style nit: use `nop` request
+ instead of text line in macro definition.
+
2024-11-04 G. Branden Robinson <[email protected]>
* m.tmac: Rename several strings to make their purposes less
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index e2b514440..7603cb542 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -330,7 +330,7 @@ http://savannah.gnu.org/bugs/?group=groff.
.ds H1txt \" empty
.\" caption for the index
.ds Index INDEX
-.\" use ISO 8601 date format
+.\" use ISO 8601 date format?
.nr Isodate 0
.aln Iso Isodate \" for groff <= 1.23 compatibility
.\" flag for mkindex (XXX: undocumented: do we need this?)
@@ -4009,7 +4009,7 @@ undefined
.el .sp 3
.\" ---- date
.if '1'\\$2' .sp
-\\*[cov*new-date]
+.nop \\*[cov*new-date]
.sp
.if '1'\\$1' .if !d let*lo-CN .if !d let*lo-RN .sp 2
.\" ---- confidential notation
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit