gbranden pushed a commit to branch master
in repository groff.

commit 7ef1307ebdd06493cdec799ec26a3f4b4625f13a
Author: G. Branden Robinson <[email protected]>
AuthorDate: Tue Apr 16 08:34:14 2024 -0500

    tmac/an-ext.tmac <mV, mQ>: Trivially refactor.
    
    * tmac/an-ext.tmac <mV, mQ>: Rename string used to store URI hyperlink
      from `m1` to `mU`.
---
 ChangeLog        | 5 +++++
 tmac/an-ext.tmac | 4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 2d5553bfc..4ec2ff55a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2024-04-15  G. Branden Robinson <[email protected]>
+
+       * tmac/an-ext.tmac <mV, mQ>: Trivially refactor.  Rename string
+       used to store URI hyperlink from `m1` to `mU`.
+
 2024-04-15  G. Branden Robinson <[email protected]>
 
        * tmac/an.tmac: Fix computation of bookmark level.  If this
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index c8afeb53d..012f1a4f6 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -89,7 +89,7 @@
 .
 .\" Prepare link text for mail/web hyperlinks.  `MT` and `UR` call this.
 .de mV
-.  ds m1 \\$1\"
+.  ds mU \\$1\"
 ..
 .
 .
@@ -98,7 +98,7 @@
 .de mQ
 .  mY
 .  nh
-<\\*(m1>\\$1
+<\\*(mU>\\$1
 .  hy \\n(mH
 ..
 .

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to