groff-commit
[Top][All Lists]
Advanced

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

[groff] 11/15: tmac/an-old.tmac: Clean out more chaff.


From: G. Branden Robinson
Subject: [groff] 11/15: tmac/an-old.tmac: Clean out more chaff.
Date: Wed, 19 May 2021 11:00:40 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit ea66c78837390945c707d21fa2930e45b4cf2ba9
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed May 19 23:28:44 2021 +1000

    tmac/an-old.tmac: Clean out more chaff.
    
    * tmac/an-old.tmac (an-end): Call our (wrapped) bp instead of the .pl
      request directly.
    
      (an-bp): Drop needless .br and (aliased) real .bp request.
---
 ChangeLog        | 2 ++
 tmac/an-old.tmac | 4 +---
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index b8b7fb4..6881ac8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,8 @@
 2021-05-19  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * tmac/an-old.tmac (an-end): Drop needless .nr % assignment.
+       Call our (wrapped) bp instead of the .pl request directly.
+       (an-bp): Drop needless .br and (aliased) real .bp request.
 
 2021-05-19  G. Branden Robinson <g.branden.robinson@gmail.com>
 
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index b1374e3..3467230 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -73,9 +73,7 @@
 .\" This .bp replacement adjusts the page length to the current position
 .\" so that no empty lines are inserted.
 .de an-bp
-.  br
 .  pl \\n[nl]u
-.  an-real-bp \\$*
 ..
 .
 .\" We need an end macro for continuous rendering as well, to flush any
@@ -86,7 +84,7 @@
 .  fl
 .  sp 3
 .  an-footer
-.  pl \\n[nl]u
+.  bp
 ..
 .
 .\" Move macros into place for continuous rendering.



reply via email to

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