groff-commit
[Top][All Lists]
Advanced

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

[groff] 07/10: tmac/an-old.tmac: Define an-end with .de1.


From: G. Branden Robinson
Subject: [groff] 07/10: tmac/an-old.tmac: Define an-end with .de1.
Date: Fri, 16 Oct 2020 10:59:44 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b2cf32d34daf2267c74d20e79f4770fe34f88e8e
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Fri Oct 16 23:59:01 2020 +1100

    tmac/an-old.tmac: Define an-end with .de1.
    
    We need to define an-end with de1 (execute macro with compatibility mode
    off) because, as of 37b4180a27a6eeaea429e40ec278abefcda7f3a7 (11
    October), it can now be called from a trap executing in a context whence
    compatibility mode might be on (namely, "reload-doc" in andoc.tmac).
---
 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 1a042f9..e21c65b 100644
--- a/tmac/an-old.tmac
+++ b/tmac/an-old.tmac
@@ -74,7 +74,7 @@
 .\" We need an end macro for continuous rendering as well, to flush any
 .\" pending output line and write the footer for the final man page
 .\" rendered.
-.de an-end
+.de1 an-end
 .  nr % 1
 .  pl +4v
 .  fl



reply via email to

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