groff-commit
[Top][All Lists]
Advanced

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

[groff] 01/01: -ms: .QS/.QE bugfix of previous commit simplified


From: Carsten Kunze
Subject: [groff] 01/01: -ms: .QS/.QE bugfix of previous commit simplified
Date: Thu, 04 Feb 2016 19:59:15 +0000

carstenkunze pushed a commit to branch master
in repository groff.

commit 27ab1e3213dbfb1c4976578907a7686aa55a2c50
Author: Carsten Kunze <address@hidden>
Date:   Thu Feb 4 20:17:49 2016 +0100

    -ms: .QS/.QE bugfix of previous commit simplified
    
    tmac/s.tmac: Bugfix of previous commit simplified (and introduced
    redundancy removed) by use of .par*start for .QS and .QE.  This is
    consistent since any other paragraph macro is using .par*start.
---
 ChangeLog   |    7 +++++++
 tmac/s.tmac |   11 +++--------
 2 files changed, 10 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4f4c7a8..700561a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2016-02-04  Carsten Kunze  <address@hidden>
+
+       * tmac/s.tmac: Bugfix of previous commit simplified (and
+       introduced redundancy removed) by use of .par*start for .QS and
+       .QE.  This is consistent since any other paragraph macro is
+       using .par*start.
+
 2016-02-02  Carsten Kunze  <address@hidden>
 
        * tmac/s.tmac: Macros .QS and .QE changed to insert vertical
diff --git a/tmac/s.tmac b/tmac/s.tmac
index 190ee11..fe25f6b 100644
--- a/tmac/s.tmac
+++ b/tmac/s.tmac
@@ -1297,11 +1297,8 @@ along with this program. If not, see 
<http://www.gnu.org/licenses/>.
 .      nr \\n[.ev]:pri \\n[\\n[.ev]:pri!\\n[\\n[.ev]:il]]
 .\}
 .el address@hidden unbalanced \\$0
address@hidden
-.if '\\$0'QE' \{\
-.      sp \\n[\\n[.ev]:PD]u
-.      ne \\n[PORPHANS]v+\\n(.Vu
-.\}
+.ie '\\$0'QE' .par*start 0 0
+.el address@hidden
 ..
 .de @QS
 .br
@@ -1314,9 +1311,7 @@ along with this program. If not, see 
<http://www.gnu.org/licenses/>.
 .nr \\n[.ev]:li +\\n[QI]
 .nr \\n[.ev]:ri +\\n[QI]
 .nr \\n[.ev]:ai \\n[\\n[.ev]:PI]
address@hidden
-.sp \\n[\\n[.ev]:PD]u
-.ne \\n[PORPHANS]v+\\n(.Vu
+.par*start 0 0
 ..
 .als @QE @RE
 .\" start boxed text



reply via email to

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