]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix bug in little-used markup: don't forget to pass the source text along!
authorFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 14:18:57 +0000 (14:18 +0000)
committerFred Drake <fdrake@acm.org>
Mon, 13 Apr 1998 14:18:57 +0000 (14:18 +0000)
Doc/perl/python.perl

index 92c00c58aa8b0b4f731e76c83c83402d7b0d2747..d9ea19ffdcfcfc6e0b8121e4c10facf2417e4410 100644 (file)
@@ -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