summaryrefslogtreecommitdiff
path: root/tmac/doc-common
diff options
context:
space:
mode:
authorwlemb <wlemb>2001-04-06 06:40:12 +0000
committerwlemb <wlemb>2001-04-06 06:40:12 +0000
commit9e2d9888314d003eeece891ed6920e82de045e34 (patch)
tree90da0f6e79d65e7ba3ca4d14b5fd320d196ac95a /tmac/doc-common
parent56da562cadf86527bd9794240398be96f83b062e (diff)
downloadgroff-9e2d9888314d003eeece891ed6920e82de045e34.tar.gz
Fixes from Ruslan. See ChangeLog.
Diffstat (limited to 'tmac/doc-common')
-rw-r--r--tmac/doc-common4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmac/doc-common b/tmac/doc-common
index a20f6cdf..19c246ec 100644
--- a/tmac/doc-common
+++ b/tmac/doc-common
@@ -938,6 +938,7 @@
. nr doc-reg-Rd 1
. while (\n[doc-reg-Rd] <= \n[doc-list-depth]) \{\
. tm doc-list-type-stack\n[doc-reg-Rd] == `\*[doc-list-type-stack\n[doc-reg-Rd]]'
+. tm doc-list-have-indent-stack\n[doc-reg-Rd] == \n[doc-list-have-indent-stack\n[doc-reg-Rd]]
. tm doc-list-indent-stack\n[doc-reg-Rd] == \n[doc-list-indent-stack\n[doc-reg-Rd]]
. tm doc-compact-list-stack\n[doc-reg-Rd] == \n[doc-compact-list-stack\n[doc-reg-Rd]]
. tm doc-tag-prefix-stack\n[doc-reg-Rd] == `\*[doc-tag-prefix-stack\n[doc-reg-Rd]]'
@@ -947,14 +948,11 @@
. nr doc-reg-Rd +1
. \}
.
-. tm doc-have-indent == \n[doc-have-indent]
. tm doc-saved-Pa-font == `\*[doc-saved-Pa-font]'
. tm doc-curr-type == \n[doc-curr-type]
. tm doc-curr-arg == `\*[doc-curr-arg]'
-. tm doc-have-diag-list == \n[doc-have-diag-list]
. tm doc-diag-list-input-line-count == \n[doc-diag-list-input-line-count]
. tm doc-num-columns == \n[doc-num-columns]
-. tm doc-next-list-depth == \n[doc-next-list-depth]
. tm doc-column-indent-width == \n[doc-column-indent-width]
. tm doc-is-func == \n[doc-is-func]
. tm doc-have-old-func == \n[doc-have-old-func]