gbranden pushed a commit to branch master
in repository groff.

commit f942d0d6c7d1b405f5d4532a1032e6600bd27bcc
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Aug 17 20:38:20 2024 -0500

    tmac/psfig.tmac: Use `\n[.R]` instead of "9999".
---
 ChangeLog       | 2 ++
 tmac/psfig.tmac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f3be48e41..0adc6197f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,6 +10,8 @@
        horizontal motion quantum.
        * tmac/man.ultrix (HB): Use value of `.R` register instead of
        "999" to indicate an arbitrary large integer.
+       * tmac/psfig.tmac (F+): Use value of `.R` register instead of
+       "9999" to indicate an arbitrary large integer.
 
 2024-08-17  G. Branden Robinson <[email protected]>
 
diff --git a/tmac/psfig.tmac b/tmac/psfig.tmac
index 3df5fe37f..5b6132ee2 100644
--- a/tmac/psfig.tmac
+++ b/tmac/psfig.tmac
@@ -86,7 +86,7 @@ ps: mdef 100
 .nr psfig-fill \\n[.u]
 .nf
 .sp -.5
-.if !\\n[.$] .ce 9999
+.if !\\n[.$] .ce \\n[.R]
 ..
 .de F-
 .br

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

Reply via email to