shithub: neatroff

Download patch

ref: 02143475a73cb56f05bd08a5e83f947dae231b9e
parent: 3421776cece57041488f5a8c30f8906cf2929595
author: Ali Gholami Rudi <ali@rudi.ir>
date: Wed Oct 22 15:21:02 EDT 2014

ren: do not output queued lines before executing .em macro

Reported by Dirk-Wilhelm Peters <peters@schwertfisch.de>.

--- a/ren.c
+++ b/ren.c
@@ -961,7 +961,6 @@
 				break;
 			if (bp_final == 0) {
 				bp_final = 1;
-				ren_fmtpopall(cfmt);
 				if (trap_em >= 0)
 					trap_exec(trap_em);
 			} else {