groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 23/28: tmac/pdf.tmac (pdfclean): Fix missing `\}`.


From: G. Branden Robinson
Subject: [groff] 23/28: tmac/pdf.tmac (pdfclean): Fix missing `\}`.
Date: Mon, 4 Mar 2024 07:42:39 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 3e0557bd12a4dee4b5234c77ea13e050536524cf
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 4 03:22:18 2024 -0600

    tmac/pdf.tmac (pdfclean): Fix missing `\}`.
    
    * tmac/pdf.tmac (pdfclean): Fix missing closing brace escape sequence.
      Appears to have done no damage; possibly the end of the macro
      definition reset the formatter's state.  Or maybe we simply got lucky
      with diversions with the documents in our tree.
---
 ChangeLog     | 7 +++++++
 tmac/pdf.tmac | 1 +
 2 files changed, 8 insertions(+)

diff --git a/ChangeLog b/ChangeLog
index 507309c8f..56de51a53 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-03-04  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/pdf.tmac (pdfclean): Fix missing closing brace escape
+       sequence.  Appears to have done no damage; possibly the end of
+       the macro definition reset the formatter's state.  Or maybe we
+       simply got lucky with diversions with the documents in our tree.
+
 2024-03-04  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [troff]: Improve encoding of *roff string contents when
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 43ae91de4..591c410f6 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -303,6 +303,7 @@ am solely responsible for any bugs I may have introduced 
into this file.
 .      ds \\*[pdfcleaned] "\\*[pdf:clean]
 .      rm pdf:clean
 .      tr \[em]\[em]
+.      \}
 .  el .nop \!.pdfclean \\$@
 ..
 .\"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]