groff-commit
[Top][All Lists]
Advanced

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

[groff] 29/31: Fix Savannah #60673 (1/3).


From: G. Branden Robinson
Subject: [groff] 29/31: Fix Savannah #60673 (1/3).
Date: Sun, 30 May 2021 11:12:39 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit d3ad6b14b4ceb5f542694723c98f667be6b1bc7d
Author: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
AuthorDate: Tue Apr 13 22:17:12 2021 +0000

    Fix Savannah #60673 (1/3).
    
    * contrib/mm/m.tmac (let@print-head): Quote the interpolation of the
      string `let*lo-SJ`.
    
    Solves part of bug #60373, "[t]he subject line shows only the first
    word".
    
    Fixes <https://savannah.gnu.org/bugs/?60388>.
    
    Signed-off-by: Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
---
 ChangeLog         | 10 ++++++++++
 contrib/mm/m.tmac |  2 +-
 2 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 1f10bf1..487af7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2021-05-30  Bjarni Ingi Gislason <bjarniig@rhi.hi.is>
+
+       * contrib/mm/m.tmac (let@print-head): Quote the interpolation of
+       the string `let*lo-SJ`.
+
+       Solves part of bug #60373, "[t]he subject line shows only the
+       first word".
+
+       Fixes <https://savannah.gnu.org/bugs/?60388>.
+
 2021-05-30  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        Add regression tests for Savannah #60373.
diff --git a/contrib/mm/m.tmac b/contrib/mm/m.tmac
index 0619d6e..c8f66ba 100644
--- a/contrib/mm/m.tmac
+++ b/contrib/mm/m.tmac
@@ -3495,7 +3495,7 @@ in=\\n[.i] fi=\\n[.u] .d=\\n[.d] nl=\\n[nl] pg=\\n[%]
 .if d let*lo-SJ \{\
 .      ie '\\*[let*type]'SP' \{\
 .              sp 2
-.              misc@toupper \\*[let*lo-SJ]
+.              misc@toupper "\\*[let*lo-SJ]"
 .              sp
 .      \}
 .      el \{\



reply via email to

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