gbranden pushed a commit to branch master
in repository groff.
commit c79bd1a71a8226923487158d31dc9557b792f04f
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sat Jul 18 05:42:40 2026 -0500
[ms]: Trivially refactor.
* tmac/s.tmac (fn@init): Drop now nilpotent autoincrement notation from
interpolation of `fn*text-num` register.
---
ChangeLog | 6 ++++++
tmac/s.tmac | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog
index 30c52200b..20fc46980 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2026-07-18 G. Branden Robinson <[email protected]>
+
+ * tmac/s.tmac (fn@init): Trivially refactor. Drop now nilpotent
+ autoincrement notation from interpolation of `fn*text-num`
+ register.
+
2026-05-18 Deri James <[email protected]>
* tmac/s.tmac: Fix Savannah #68537, making automatically
diff --git a/tmac/s.tmac b/tmac/s.tmac
index da3a2cf29..92a664a9a 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -873,7 +873,7 @@ along with this program. If not, see
<http://www.gnu.org/licenses/>.
.el .ds fn@mark-start [
.ie t .als fn@mark-end par@sup-end
.el .ds fn@mark-end ]
-.ds * \E*[fn@mark-start]\En+[fn*text-num]\E*[fn@mark-end]
+.ds * \E*[fn@mark-start]\En[fn*text-num]\E*[fn@mark-end]
..
.\" normal FS
.\" FS-MARK is a user definable hook, which may be used to perform
_______________________________________________
groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit