gbranden pushed a commit to branch master
in repository groff.

commit 022e246b6ebdabcc91db5ef710f58bfaea4f58fb
Author: G. Branden Robinson <[email protected]>
AuthorDate: Sun Oct 23 13:44:31 2022 -0500

    [mom]: Fix code syntax nit.
    
    * contrib/mom/om.am (FORCE_RECTO): Use backslash before newline when
      starting multi-line conditional block.
---
 contrib/mom/ChangeLog | 5 +++++
 contrib/mom/om.tmac   | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/contrib/mom/ChangeLog b/contrib/mom/ChangeLog
index af0191bd4..13485cdc4 100644
--- a/contrib/mom/ChangeLog
+++ b/contrib/mom/ChangeLog
@@ -1,3 +1,8 @@
+2022-10-23  G. Branden Robinson <[email protected]>
+
+       * om.tmac (FORCE_RECTO): Use backslash before newline when
+       starting multi-line conditional block.
+
 2022-09-02
 
        * examples/mom-pdf.mom: Fixes missing parameter to \*[SIZE] at
diff --git a/contrib/mom/om.tmac b/contrib/mom/om.tmac
index b36129ece..83a23cafe 100644
--- a/contrib/mom/om.tmac
+++ b/contrib/mom/om.tmac
@@ -8725,7 +8725,7 @@ Shimming must be disabled with NO_SHIM before using FLEX.
 .       nr #DOC_COVER_BLANKPAGE 1
 .       nr #COVER_BLANKPAGE 1
 .    \}
-.    el \{
+.    el \{\
 .       rr #FORCE_RECTO
 .       rr #DOC_COVER_BLANKPAGE
 .       rr #COVER_BLANKPAGE

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to