gbranden pushed a commit to branch master
in repository groff.

commit e2f60b0f00922f359d08e6aeeca23ebee143d97c
Author: G. Branden Robinson <[email protected]>
AuthorDate: Thu Jul 9 13:25:18 2026 -0500

    [ms]: Prevent "style" warning from issuing.
    
    * tmac/s.tmac (cov*tl-au-print, ID, par@reset, par@TL, par@AU, par@AI):
      Cancel temporary indentation before issuing centering request,
      preventing issue of warning in category "style" from formatter.
    
    See <https://savannah.gnu.org/bugs/?68285>.
---
 ChangeLog   | 9 +++++++++
 tmac/s.tmac | 6 ++++++
 2 files changed, 15 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 671e379ad..d76043fb5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2026-07-09  G. Branden Robinson <[email protected]>
+
+       * tmac/s.tmac (cov*tl-au-print, ID, par@reset, par@TL, par@AU)
+       (par@AI): Cancel temporary indentation before issuing centering
+       request, preventing issue of warning in category "style" from
+       formatter.
+
+       See <https://savannah.gnu.org/bugs/?68285>.
+
 2026-07-12  G. Branden Robinson <[email protected]>
 
        * src/roff/troff/input.cpp (token::description):
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 6a169480e..f09caad77 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -587,6 +587,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .nf
 .rs
 .sp 3
+.ti
 .ce \\n[.R]
 .if d cov*tl-div \{\
 .      cov*tl-div
@@ -1174,6 +1175,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 ..
 .de CD
 .LD
+.ti
 .ce \\n[.R]
 ..
 .de RD
@@ -1417,6 +1419,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .nr s@devtag-needs-end-of-title 0
 .if \\n[s@devtag-needs-end-of-heading] .DEVTAG-EO-H
 .nr s@devtag-needs-end-of-heading 0
+.ti
 .ce 0
 .rj 0
 .ul 0
@@ -1705,6 +1708,7 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .ft B
 .ps +2
 .vs +3p
+.ti
 .ce \\n[.R]
 .DEVTAG-TL
 .nr s@devtag-needs-end-of-title 1
@@ -1713,11 +1717,13 @@ along with this program.  If not, see 
<http://www.gnu.org/licenses/>.
 .par@finish
 .sp 1
 .ft I
+.ti
 .ce \\n[.R]
 ..
 .de par@AI
 .par@finish
 .sp .5
+.ti
 .ce \\n[.R]
 ..
 .\" In paragraph macros.

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

Reply via email to