gbranden pushed a commit to branch master
in repository groff.

commit 1e3f9fa93a62b12408cf3c7257eb4c9a121ee643
Author: Bjarni Ingi Gislason <[email protected]>
Date:   Sun Jun 24 16:13:43 2018 +0000

    an-old.tmac: Add info to .R diagnostic.
    
        * tmac/an-old.tmac: Add the input file name and line number to a
        diagnostic in the macro 'R'.
    
        Fixes <https://savannah.gnu.org/bugs/?54175>.
    
    Signed-off-by: Bjarni Ingi Gislason <[email protected]>
    Signed-off-by: G. Branden Robinson <[email protected]>
---
 tmac/an-old.tmac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmac/an-old.tmac b/tmac/an-old.tmac
index 4d6edae..883a8a2 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -644,7 +644,7 @@
 .de1 R
 \c
 .  ie \\n[.$] \{\
-.    tm 'R' is a string (producing the registered sign), not a macro.
+.    tm \\n[.F]: line \\n[.c]: 'R' is a string (producing the registered 
sign), not a macro.
 .    nop \\$*
 .  \}
 .  el \{\

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

Reply via email to