PTPi pushed a commit to branch master
in repository groff.

commit 32839f782efd42b2081c7a3c03faf07441fe9250
Author: Peter Schaffter <[email protected]>
Date:   Wed Sep 12 23:08:57 2018 -0400

    Make outputting LIST*DIV conditional.
---
 contrib/mom/om.tmac | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index 7e06088..61ced60 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -16546,8 +16546,10 @@ E\\R'#CAP_HEIGHT \\n[.cht]'
 .   po +\\n[#LIST_OFFSET_VALUE]u
 .   if \\n[.u] .nr #FILLED 1
 .   nf
-.   LIST*DIV
-.   rm LIST*DIV
+.   if dLIST*DIV \{\
+.      LIST*DIV
+.      rm LIST*DIV
+.   \}
 .   if \\n[#FILLED] .fi
 .   if !\\n[#PRE_LIST_QUAD]=\\n[.j] .ad \\n[#PRE_LIST_QUAD]
 .   rr #FILLED

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

Reply via email to