groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 01/01: Make outputting LIST*DIV conditional.


From: Peter Schaffter
Subject: [groff] 01/01: Make outputting LIST*DIV conditional.
Date: Thu, 13 Sep 2018 15:13:41 -0400 (EDT)

PTPi pushed a commit to branch master
in repository groff.

commit 32839f782efd42b2081c7a3c03faf07441fe9250
Author: Peter Schaffter <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]