summaryrefslogtreecommitdiff
path: root/tmac/an-ext.tmac
diff options
context:
space:
mode:
authoresr <esr>2007-02-06 09:23:06 +0000
committeresr <esr>2007-02-06 09:23:06 +0000
commitb8a93d67c7214dc7db2cafe1cc2550eb1fc86082 (patch)
treec8fd22cf595fda8dee5595fb40e17bf270482fae /tmac/an-ext.tmac
parent610969c08b59e1486d58ea6cc90cbc6ca200cbd6 (diff)
downloadgroff-b8a93d67c7214dc7db2cafe1cc2550eb1fc86082.tar.gz
Change .UR/.UE and .MT/.ME so the start macro no longer takes
a second argument that is pasted to the end of the generated text. Instead, the end macro takes an argument that does the same thing.
Diffstat (limited to 'tmac/an-ext.tmac')
-rw-r--r--tmac/an-ext.tmac10
1 files changed, 4 insertions, 6 deletions
diff --git a/tmac/an-ext.tmac b/tmac/an-ext.tmac
index 271181f9..e20a0077 100644
--- a/tmac/an-ext.tmac
+++ b/tmac/an-ext.tmac
@@ -97,7 +97,6 @@
.\" Start URL.
.de UR
. ds m1 \\$1\"
-. ds m2 \\$2\"
. nh
. if \\n(mH \{\
. \" Start diversion in a new environment.
@@ -125,10 +124,10 @@
. \}
. el \
. do HTML-NS "<a href=""\\*(m1"">\\*(m1</a>"
-\&\\*(m2\"
+\&\\$*\"
. \}
. el \
-\\*(la\\*(m1\\*(ra\\*(m2\"
+\\*(la\\*(m1\\*(ra\\$*\"
.
. hy \\n(HY
..
@@ -137,7 +136,6 @@
.\" Start email address.
.de MT
. ds m1 \\$1\"
-. ds m2 \\$2\"
. nh
. if \\n(mH \{\
. \" Start diversion in a new environment.
@@ -165,10 +163,10 @@
. \}
. el \
. do HTML-NS "<a href=""mailto:\\*(m1"">\\*(m1</a>"
-\&\\*(m2\"
+\&\\$*\"
. \}
. el \
-\\*(la\\*(m1\\*(ra\\*(m2\"
+\\*(la\\*(m1\\*(ra\\$*\"
.
. hy \\n(HY
..