gbranden pushed a commit to branch master in repository groff. commit 82bd10163b89f63b73d63d3cdbd29c8ba63098a8 Author: Colin Watson <cjwat...@debian.org> AuthorDate: Sat Feb 8 21:10:23 2025 +0000
[mm]: Fix Savannah #66758 (broken gpresent(1)). * contrib/mm/m.tmac (pg@print-footer): Fix missing brace escape sequence. Fixes <https://savannah.gnu.org/bugs/?66758>. [Problem introduced by me in commit 88cd50aa, 27 October. Thanks to Deri James for the report and tracking down the (huge) offending commit. --GBR] --- contrib/mm/ChangeLog | 9 +++++++++ contrib/mm/m.tmac | 1 + 2 files changed, 10 insertions(+) diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog index 986527e17..62f4ab835 100644 --- a/contrib/mm/ChangeLog +++ b/contrib/mm/ChangeLog @@ -1,3 +1,12 @@ +2025-02-08 Colin Watson <cjwat...@debian.org> + + * m.tmac (pg@print-footer): Fix missing brace escape sequence. + + Fixes <https://savannah.gnu.org/bugs/?66758>. [Problem + introduced by me in commit 88cd50aa, 27 October. Thanks to Deri + James for the report and tracking down the (huge) offending + commit. --GBR] + 2025-02-08 G. Branden Robinson <g.branden.robin...@gmail.com> Trace use of user-defined hooks. diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac index 033d52b44..b74bc7ce3 100644 --- a/contrib/mm/m.tmac +++ b/contrib/mm/m.tmac @@ -1600,6 +1600,7 @@ numeric; got '\\$1' . ie (\\n[P]=1)&(\\n[N]=1) \{\ . if \\n[D]>=3 .tm Footer "\\*[pg*header]" \" that's right . tl \\*[pg*header] +. \} . el \{\ . if \\n[D]>=3 .tm Footer "\\*[pg*footer]" . tl \\*[pg*footer] _______________________________________________ groff-commit mailing list groff-commit@gnu.org https://lists.gnu.org/mailman/listinfo/groff-commit