groff-commit
[Top][All Lists]
Advanced

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

[groff] 09/28: tmac/en.tmac: Stop using `do` request.


From: G. Branden Robinson
Subject: [groff] 09/28: tmac/en.tmac: Stop using `do` request.
Date: Sat, 19 Jun 2021 17:24:09 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 1c6351cceabb62f0ea70b74b26cca89ea04f09b9
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Sat Jun 19 10:53:43 2021 +1000

    tmac/en.tmac: Stop using `do` request.
    
    * tmac/en.tmac: Stop using `do` request; it's unnecessary since the file
      is already loaded with compatibility mode off.
---
 ChangeLog    | 5 +++++
 tmac/en.tmac | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index e9012a7..a528182 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2021-06-19  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       * tmac/en.tmac: Stop using `do` request; it's unnecessary since
+       the file is already loaded with compatibility mode off.
+
 2021-06-18  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        [ms]: Fix doc omission; .ID can take an argument.
diff --git a/tmac/en.tmac b/tmac/en.tmac
index 5dbcf68..7a288f7 100644
--- a/tmac/en.tmac
+++ b/tmac/en.tmac
@@ -26,11 +26,11 @@
 .hy 4
 .
 .\" Set the hyphenation language to English.
-.do hla en
+.hla en
 .
 .\" Load hyphenation patterns and exceptions.
-.do hpf hyphen.en
-.do hpfa hyphenex.en
+.hpf hyphen.en
+.hpfa hyphenex.en
 .
 .
 .\" Local Variables:



reply via email to

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