groff-commit
[Top][All Lists]
Advanced

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

[groff] 22/49: [gropdf]: Call `pdf:error` macro by correct name.


From: G. Branden Robinson
Subject: [groff] 22/49: [gropdf]: Call `pdf:error` macro by correct name.
Date: Sun, 25 Sep 2022 17:02:57 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 903fbdf2f29d34f3076f6ef4e3bdb8dcb247e9e9
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Sep 20 14:56:39 2022 -0500

    [gropdf]: Call `pdf:error` macro by correct name.
    
    * tmac/pdf.tmac (pdf*href-I): Call `pdf:error` macro by its correct
      name.  Both this macro file and contrib/pdfmark/pdfmark.tmac seem to
      want to use the 'pdf' prefix for their macro names, with much
      confusing overlap.  Problem dates back to commit 87046b2948,
      2011-07-26.
---
 ChangeLog     | 8 ++++++++
 tmac/pdf.tmac | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 6230dc99c..afb2e5419 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2022-09-20  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/pdf.tmac (pdf*href-I): Call `pdf:error` macro by its
+       correct name.  Both this macro file and
+       contrib/pdfmark/pdfmark.tmac seem to want to use the 'pdf'
+       prefix for their macro names, with much confusing overlap.
+       Problem dates back to commit 87046b2948, 2011-07-26.
+
 2022-09-19  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * m4/groff.m4 (GROFF_URW_FONTS_CHECK): If Ghostscript or awk are
diff --git a/tmac/pdf.tmac b/tmac/pdf.tmac
index 2f78676a9..1d058619e 100644
--- a/tmac/pdf.tmac
+++ b/tmac/pdf.tmac
@@ -752,7 +752,7 @@ am solely responsible for any bugs I may have introduced 
into this file.
 .   \" when suitable initialisers exist, or complaining otherwise.
 .   \"
 .   ie dpdf*href\\$1.init .pdf*href\\$1.init \\$2
-.   el .pdf*error pdfhref:init: unknown feature '\\$1'
+.   el .pdf:error pdfhref:init: unknown feature '\\$1'
 .   shift 2
 .   \}
 ..



reply via email to

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