]> granicus.if.org Git - python/commitdiff
Added table entries for \funcline and \funclineni.
authorFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 20:09:27 +0000 (20:09 +0000)
committerFred Drake <fdrake@acm.org>
Fri, 29 Jan 1999 20:09:27 +0000 (20:09 +0000)
Doc/tools/sgmlconv/latex2esis.py

index 5f686d5c2328a288923132bde99d2f77e399628a..43ed2c5a23b3fa1625ceedb2b38dc21acf28341b 100755 (executable)
@@ -336,6 +336,8 @@ def main():
         "excdesc": (["name"], 0, 0, 1, 0),
         "funcdesc": (["name", ("args",)], 0, 0, 1, 0),
         "funcdescni": (["name", ("args",)], 0, 0, 1, 0),
+        "funcline": (["name"], 0, 0, 0, 0),
+        "funclineni": (["name"], 0, 0, 0, 0),
         "geq": ([], 0, 1, 0, 0),
         "hline": ([], 0, 1, 0, 0),
         "indexii": (["ie1", "ie2"], 0, 1, 0, 0),