groff-commit
[Top][All Lists]
Advanced

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

[groff] 02/02: [pdf]: Fix (harmless?) `ie`/`if` thinko.


From: G. Branden Robinson
Subject: [groff] 02/02: [pdf]: Fix (harmless?) `ie`/`if` thinko.
Date: Mon, 4 Mar 2024 17:38:33 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 07ae5e16add548a5a481c9c9c2bbf139d4160fbe
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Mar 4 16:27:17 2024 -0600

    [pdf]: Fix (harmless?) `ie`/`if` thinko.
    
    * tmac/pdf.tmac (pdf*href): Fix (harmless?) `ie`/`if` thinko.
    
    Also bump file's copyright date, reflecting this year's changes.
---
 ChangeLog     | 4 ++++
 tmac/pdf.tmac | 4 ++--
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index f69ff3dc8..d7722bb4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2024-03-04  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/pdf.tmac (pdf*href): Fix (harmless?) `ie`/`if` thinko.
+
 2024-03-04  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [pdf]: Implement linear bookmark tag search.
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 3824e7c6d..05d9f1b77 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -2,7 +2,7 @@
 
 pdf.tmac
 
- Copyright (C) 2011-2020 Free Software Foundation, Inc.
+ Copyright (C) 2011-2024 Free Software Foundation, Inc.
       Written by Deri James <deri@chuzzlewit.myzen.co.uk>
 
 This file is part of groff.
@@ -740,7 +740,7 @@ am solely responsible for any bugs I may have introduced 
into this file.
 .         \}
 .      el \{\
 .         pdf:lookup \\*[pdf:href-D]
-.         ie !'\\*[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]