From b3e7aaa43245cc133e590036c41d2055ec432f31 Mon Sep 17 00:00:00 2001 From: wl Date: Tue, 16 Jul 2013 07:20:47 +0000 Subject: * tmac/an-old.tmac (TP): Do not clobber line length after double call to `.TP'. --- tmac/an-old.tmac | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tmac') 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 .. . -- cgit v1.2.1