groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/15: tmac/pdf.tmac: Fix a derpy syntax error of mine.


From: G. Branden Robinson
Subject: [groff] 07/15: tmac/pdf.tmac: Fix a derpy syntax error of mine.
Date: Sun, 17 Mar 2024 17:59:37 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 7b1fcdf40321537dcd1ff415f7d2fd9cefa1c75f
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Mar 16 10:47:11 2024 -0500

    tmac/pdf.tmac: Fix a derpy syntax error of mine.
    
    * tmac/pdf.tmac (pdf*href): Fix derpy syntax error, introduced by me in
      commit cd9fde325f, 4 March.  Exposed by a pending change.
---
 ChangeLog     | 6 ++++++
 tmac/pdf.tmac | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6e8b9389e..3b4b7d8ac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-03-16  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/pdf.tmac (pdf*href): Fix derpy syntax error, introduced
+       by me in commit cd9fde325f, 4 March.  Exposed by a pending
+       change.
+
 2024-03-16  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [man]: When formatting PDF, attempt lookups of `MR` destinations
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 044f19281..6b149637e 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -740,7 +740,7 @@ am solely responsible for any bugs I may have introduced 
into this file.
 .         \}
 .      el \{\
 .         pdf:lookup \\*[pdf:href-D]
-.         if !'\\*[pdf:lookup-result]'' .ds PDFHREF.DESC 
\\*[\\*pdf:lookup-result]
+.         if !'\\*[pdf:lookup-result]'' .ds PDFHREF.DESC \\*[pdf:lookup-result]
 .         \}
 .      \}
 .   \" Apply border and colour specifications to the PDFMARK string



reply via email to

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