gbranden pushed a commit to branch master
in repository groff.

commit b2cf32d34daf2267c74d20e79f4770fe34f88e8e
Author: G. Branden Robinson <[email protected]>
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

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

Reply via email to