[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[groff] 06/10: tmac/doc.tmac: Fix Savannah #65701 (junk `.ec`).
From: |
G. Branden Robinson |
Subject: |
[groff] 06/10: tmac/doc.tmac: Fix Savannah #65701 (junk `.ec`). |
Date: |
Wed, 5 Jun 2024 03:52:31 -0400 (EDT) |
gbranden pushed a commit to branch master
in repository groff.
commit 80e42f8f6f3e3a745dedb7dec10a40ef7309f095
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Tue Jun 4 23:01:11 2024 -0500
tmac/doc.tmac: Fix Savannah #65701 (junk `.ec`).
* tmac/doc.tmac: Drop nilpotent junk from end of file.
Fixes <https://savannah.gnu.org/bugs/?65701>. Thanks to Bjarni
Ingi Gislason for the report.
---
ChangeLog | 7 +++++++
tmac/doc.tmac | 3 ---
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 9d9af92bd..f44443cb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2024-06-04 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+ * tmac/doc.tmac: Drop nilpotent junk from end of file.
+
+ Fixes <https://savannah.gnu.org/bugs/?65701>. Thanks to Bjarni
+ Ingi Gislason for the report.
+
2024-06-04 G. Branden Robinson <g.branden.robinson@gmail.com>
* m4/groff.m4 (GROFF_WCOREFLAG): Use `AC_LANG_PROGRAM` more
diff --git a/tmac/doc.tmac b/tmac/doc.tmac
index 708e75da2..267d7e81d 100644
--- a/tmac/doc.tmac
+++ b/tmac/doc.tmac
@@ -7202,9 +7202,6 @@ should this have been '.Em ...'?
.blm doc-empty-line
.
.
-.ec
-.
-.
.\" For UTF-8, map the minus sign to the hyphen-minus to facilitate
.\" copy and paste of code examples, file names, and URLs embedding it.
.if '\*[.T]'utf8' \
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [groff] 06/10: tmac/doc.tmac: Fix Savannah #65701 (junk `.ec`).,
G. Branden Robinson <=