summaryrefslogtreecommitdiff
path: root/tmac
diff options
context:
space:
mode:
authorwl <wl>2013-07-16 07:20:47 +0000
committerwl <wl>2013-07-16 07:20:47 +0000
commitb3e7aaa43245cc133e590036c41d2055ec432f31 (patch)
tree19d6644e935bb9825b0218f392219cd0af67f8ca /tmac
parent19c7f20673f6bbfe7a8d74d7afef83dd4d2bc531 (diff)
downloadgroff-b3e7aaa43245cc133e590036c41d2055ec432f31.tar.gz
* tmac/an-old.tmac (TP): Do not clobber line length after double
call to `.TP'.
Diffstat (limited to 'tmac')
-rw-r--r--tmac/an-old.tmac6
1 files changed, 4 insertions, 2 deletions
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index f5ae741c..e83f5683 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -406,8 +406,10 @@
. if \\n[.$] .nr an-prevailing-indent (n;\\$1)
. it 1 an-trap
. in 0
-. ll -\\n[an-margin]u
-. if !\\n[an-div?] .di an-div
+. if !\\n[an-div?] \{\
+. ll -\\n[an-margin]u
+. di an-div
+. \}
. nr an-div? 1
..
.