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

Skip to content

Commit 10ad52e

Browse files
committed
Minor cleanliness.
1 parent 0a2eb13 commit 10ad52e

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

Doc/perl/python.perl

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,15 @@ sub do_cmd_varvars{
5858
$_;
5959
}
6060

61-
sub do_cmd_pytype{
61+
sub use_current{
6262
local($_) = @_;
6363
s|$next_pair_pr_rx|\2|;
6464
$_;
6565
}
6666

67+
sub do_cmd_pytype{ use_current(); }
68+
sub do_cmd_makevar{ use_current(); }
69+
6770
# Logical formatting (some based on texinfo), needs to be converted to
6871
# minimalist HTML. The "minimalist" is primarily to reduce the size of
6972
# output files for users that read them over the network rather than

0 commit comments

Comments
 (0)