Commit 3caecafa by Zack Weinberg Committed by Zack Weinberg

* texi2pod.pl: Correct handling of @itemize with no argument.

From-SVN: r123514
parent 618bf37b
2007-04-04 Zack Weinberg <zack@mrtock.ucsd.edu>
* texi2pod.pl: Correct handling of @itemize with no argument.
2007-03-17 Hans-Peter Nilsson <hp@axis.com>
* uninclude: New utility, from Alexandre Oliva.
......
......@@ -264,7 +264,7 @@ while(<$inf>) {
if (defined $1) {
$ic = $1;
} else {
$ic = '@bullet';
$ic = '*';
}
$_ = "\n=over 4\n";
$endw = "itemize";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment