groff-commit
[Top][All Lists]
Advanced

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

[groff] 70/127: [mm]: Trivially refactor.


From: G. Branden Robinson
Subject: [groff] 70/127: [mm]: Trivially refactor.
Date: Mon, 10 Jul 2023 04:30:54 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit 38bfba7396734ee44a256c827f2b48ef34643086
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Jun 30 18:33:33 2023 -0500

    [mm]: Trivially refactor.
    
    * contrib/mm/m.tmac (let@mt-closing): Rename this...
      (let@formal-closing): ...to this, since it has nothing to do with
      memorandum types.
    
      (FC, let@fc_BL, let@fc_SB): Update call and alias sites.
---
 contrib/mm/ChangeLog | 9 +++++++++
 contrib/mm/m.tmac    | 8 ++++----
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/contrib/mm/ChangeLog b/contrib/mm/ChangeLog
index 32db9cade..d4e544b16 100644
--- a/contrib/mm/ChangeLog
+++ b/contrib/mm/ChangeLog
@@ -1,3 +1,12 @@
+2023-06-30 G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       Trivially refactor.
+
+       * m.tmac (let@mt-closing): Rename this...
+       (let@formal-closing): ...to this, since it has nothing to do
+       with memorandum types.
+       (FC, let@fc_BL, let@fc_SB): Update call and alias sites.
+
 2023-05-25  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * m.tmac (let@print-head): Unconditionally put one vee of space
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 379ee7608..232dad8c1 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3414,10 +3414,10 @@ exceeds depth of nested lists (\\n[li*lvl])
 .ie \\n[.$] .ds let*i \\$1
 .el .ds let*i \\*[Letfc]
 .ie d let*type .let@fc_\\*[let*type] "\\*[let*i]" \\$@
-.el .let@mt-closing "\\*[let*i]" \\$@
+.el .let@formal-closing "\\*[let*i]" \\$@
 ..
 .\"-------
-.de let@mt-closing
+.de let@formal-closing
 .ne 5v
 .in (u;\\n[.l]/2)
 .sp
@@ -3543,7 +3543,7 @@ undefined
 .if \w'\\$5'&\\$4 \\$5
 .fi
 ..
-.als let@fc_BL let@mt-closing
+.als let@fc_BL let@formal-closing
 .\"-----------
 .\" Semiblocked letter
 .de let@init_SB
@@ -3554,7 +3554,7 @@ undefined
 .let@print-head 1
 ..
 .als let@sg_SB let@sg_BL
-.als let@fc_SB let@mt-closing
+.als let@fc_SB let@formal-closing
 .\"-----------
 .\" Full-blocked letter
 .de let@init_FB



reply via email to

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