bug-groff
[Top][All Lists]
Advanced

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

[bug #55044] [PATCH] contrib/hdtbl/hdmisc.tmac-u: Initialize register 'M


From: Bjarni Ingi Gislason
Subject: [bug #55044] [PATCH] contrib/hdtbl/hdmisc.tmac-u: Initialize register 'M#'
Date: Sat, 17 Nov 2018 12:04:07 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Firefox/60.0

URL:
  <https://savannah.gnu.org/bugs/?55044>

                 Summary: [PATCH] contrib/hdtbl/hdmisc.tmac-u: Initialize
register 'M#'
                 Project: GNU troff
            Submitted by: bjarniig
            Submitted on: Sat 17 Nov 2018 05:04:05 PM UTC
                Category: Macro - others
                Severity: 3 - Normal
              Item Group: Wishlist
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any
         Planned Release: None

    _______________________________________________________

Details:

>From 8c1d8c684874ef967f856cb6edca4ed1ea41cfc5 Mon Sep 17 00:00:00 2001
From: Bjarni Ingi Gislason <address@hidden>
Date: Fri, 16 Nov 2018 01:39:04 +0000
Subject: [PATCH] contrib/hdtbl/hdmisc.tmac-u: Initialize register 'M#'

  The register 'M#' has been used undefined.  Fix that.

Signed-off-by: Bjarni Ingi Gislason <address@hidden>
---
 contrib/hdtbl/hdmisc.tmac-u | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)


diff --git a/contrib/hdtbl/hdmisc.tmac-u b/contrib/hdtbl/hdmisc.tmac-u
index 5dd952bf..00e9de2e 100644
--- a/contrib/hdtbl/hdmisc.tmac-u
+++ b/contrib/hdtbl/hdmisc.tmac-u
@@ -191,7 +191,10 @@ along with this program.  If not, see
<http://www.gnu.org/licenses/>.
 .\" Initialize register '<<'.  The meaning is unknown.  It is only
 .\"   used once (undefined) in the macro "t*SP".
 .nr << 0
-
+.
+.\" Initialize register 'M#'
+.nr M# 0
+.
 .de t*SP
 .  if (\\n[nl] < 0) \
 .    br                        \"      start very first page
-- 
2.19.1






    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?55044>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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