gbranden pushed a commit to branch master
in repository groff.
commit 19ea956673c8dffce536eb5b523f817b269c9883
Author: Alexis Hildebrandt <[email protected]>
AuthorDate: Tue Dec 9 21:58:42 2025 +0000
[mm]: Fix Savannah #67791.
* contrib/mm/mm/0.MT: In troff mode, use default character for drawing
rules under the default affiliated firm letterhead, leaving use of the
em dash `\[em]` for nroff mode.
Fixes <https://savannah.gnu.org/bugs/?67791>.
---
contrib/mm/ChangeLog | 8 ++++++++
contrib/mm/mm/0.MT | 3 ++-
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index b3851dbb6..6c8876a74 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,11 @@
+2025-12-09 Alexis Hildebrandt <[email protected]>
+
+ * mm/0.MT: In troff mode, use default character for drawing
+ rules under the default affiliated firm letterhead, leaving use
+ of the em dash `\[em]` for nroff mode.
+
+ Fixes <https://savannah.gnu.org/bugs/?67791>.
+
2025-12-01 G. Branden Robinson <[email protected]>
* mmroff.pl: Rename scalar `want_only_xref_update` to
diff --git a/contrib/mm/mm/0.MT b/contrib/mm/mm/0.MT
index 69883c0ef..c5a07f49e 100644
--- a/contrib/mm/mm/0.MT
+++ b/contrib/mm/mm/0.MT
@@ -223,7 +223,8 @@ http://savannah.gnu.org/bugs/?group=groff.
.sp |\\n[cov*top1]u
.nr cov*saved-adjustment \\n[.j]
.ad l
-.nop \l'\\n[.l]u\[em]'
+.ie t .nop \l'\\n[.l]u'
+.el .nop \l'\\n[.l]u\[em]'
.\" DWB 3.3 mm set the firm name in bold on nroff devices, and
.\" Helvetica roman on troff devices. Register `E` had no effect on it.
.ie t .if F HR .fam H
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit