From: Fred Drake Date: Mon, 13 Apr 1998 14:18:57 +0000 (+0000) Subject: Fix bug in little-used markup: don't forget to pass the source text along! X-Git-Tag: v1.5.1~23 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3ad125e6119f80596b15d3663249b8a15254811b;p=thirdparty%2FPython%2Fcpython.git Fix bug in little-used markup: don't forget to pass the source text along! --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 92c00c58aa8b..d9ea19ffdcfc 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -64,8 +64,8 @@ sub use_current{ $_; } -sub do_cmd_pytype{ use_current(); } -sub do_cmd_makevar{ use_current(); } +sub do_cmd_pytype{ use_current(@_); } +sub do_cmd_makevar{ use_current(@_); } # Logical formatting (some based on texinfo), needs to be converted to # minimalist HTML. The "minimalist" is primarily to reduce the size of