gbranden pushed a commit to branch master
in repository groff.

commit 8913509703013dd56a5af9e4f5f622bd617af79f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Wed May 19 23:19:16 2021 +1000

    tmac/an-old.tmac: Drop needless .nr % assignment.
    
    Continuous rendering doesn't use page numbers and there is no longer a
    way to make them visible, so stop worrying about the % register.
---
 ChangeLog        | 4 ++++
 tmac/an-old.tmac | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 072d386..b8b7fb4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2021-05-19  G. Branden Robinson <[email protected]>
 
+       * tmac/an-old.tmac (an-end): Drop needless .nr % assignment.
+
+2021-05-19  G. Branden Robinson <[email protected]>
+
        * tmac/an-old.tmac (an-footer): Refactor complex conditional.
 
 2021-05-19  G. Branden Robinson <[email protected]>
diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index a90726a..b1374e3 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -82,7 +82,6 @@
 .\" pending output line and write the footer for the final man page
 .\" rendered.
 .de1 an-end
-.  nr % 1
 .  pl +4v
 .  fl
 .  sp 3

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

Reply via email to