gbranden pushed a commit to branch master
in repository groff.

commit 79e9778b175fc6ad9a1f74b583d00569cf9d698f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Jul 14 09:38:37 2026 -0500

    [ms]: Silence warning when using `TC` request.
    
    * tmac/s.tmac: Relocate initialization of new `cov*got-title` register
      from early occurrence within a `\n[PDFFEAT]` guard to an unconditional
      one within the `cov` "module".  Fixes spurious `reg` warning when
      rendering without `PDFFEAT` in commit b6a369d79e, 10 July.
---
 ChangeLog   | 8 ++++++++
 tmac/s.tmac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 91a4a9f11..6894c61f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2026-07-14  G. Branden Robinson <[email protected]>
+
+       * tmac/s.tmac: Relocate initialization of new `cov*got-title`
+       register from early occurrence within a `\n[PDFFEAT]` guard to
+       an unconditional one within the `cov` "module".  Fixes spurious
+       `reg` warning when rendering without `PDFFEAT` in commit
+       b6a369d79e, 10 July.
+
 2026-07-13  G. Branden Robinson <[email protected]>
 
        * gnulib: Update to stable/2026-07.
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 0cedf239d..4052368d8 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -107,7 +107,6 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .ds spdf:txt_default see: +
 .if \n[PDFFEAT]=1 \{\
 .nr PDFHREF.VIEW.LEADING  10.0p
-.nr cov*got-title 0
 .ds pdf:curcol default
 .\}
 .
@@ -263,6 +262,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .\" ******** module cov ********
 .\" ****************************
 .\" Cover sheet and first page.
+.nr cov*got-title 0
 .de cov*err-not-after-first-page
 .@error .\\$0 is not allowed after the first page has started
 ..

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

Reply via email to