Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3ad125e

Browse files
committed
Fix bug in little-used markup: don't forget to pass the source text along!
1 parent 7238988 commit 3ad125e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Doc/perl/python.perl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ sub use_current{
6464
$_;
6565
}
6666

67-
sub do_cmd_pytype{ use_current(); }
68-
sub do_cmd_makevar{ use_current(); }
67+
sub do_cmd_pytype{ use_current(@_); }
68+
sub do_cmd_makevar{ use_current(@_); }
6969

7070
# Logical formatting (some based on texinfo), needs to be converted to
7171
# minimalist HTML. The "minimalist" is primarily to reduce the size of

0 commit comments

Comments
 (0)