[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
texinfo/tp/Texinfo Parser.pm
From: |
Patrice Dumas |
Subject: |
texinfo/tp/Texinfo Parser.pm |
Date: |
Sun, 27 Jan 2013 20:16:19 +0000 |
CVSROOT: /sources/texinfo
Module name: texinfo
Changes by: Patrice Dumas <pertusus> 13/01/27 20:16:19
Modified files:
tp/Texinfo : Parser.pm
Log message:
Add listoffloats as global command.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/tp/Texinfo/Parser.pm?cvsroot=texinfo&r1=1.419&r2=1.420
Patches:
Index: Parser.pm
===================================================================
RCS file: /sources/texinfo/texinfo/tp/Texinfo/Parser.pm,v
retrieving revision 1.419
retrieving revision 1.420
diff -u -b -r1.419 -r1.420
--- Parser.pm 27 Jan 2013 16:07:24 -0000 1.419
+++ Parser.pm 27 Jan 2013 20:16:19 -0000 1.420
@@ -276,7 +276,7 @@
my %global_multiple_commands;
foreach my $global_multiple_command (
'author', 'footnote', 'hyphenation', 'insertcopying', 'printindex',
- 'subtitle','titlefont',
+ 'subtitle','titlefont', 'listoffloats',
keys(%Texinfo::Common::document_settable_at_commands), ) {
$global_multiple_commands{$global_multiple_command} = 1;
}