[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[8432] commit Parser.pm
From: |
gavinsmith0123 |
Subject: |
[8432] commit Parser.pm |
Date: |
Sat, 27 Oct 2018 17:23:09 -0400 (EDT) |
Revision: 8432
http://svn.sv.gnu.org/viewvc/?view=rev&root=texinfo&revision=8432
Author: gavin
Date: 2018-10-27 17:23:09 -0400 (Sat, 27 Oct 2018)
Log Message:
-----------
commit Parser.pm
Modified Paths:
--------------
trunk/tp/Texinfo/Parser.pm
Modified: trunk/tp/Texinfo/Parser.pm
===================================================================
--- trunk/tp/Texinfo/Parser.pm 2018-10-27 21:04:03 UTC (rev 8431)
+++ trunk/tp/Texinfo/Parser.pm 2018-10-27 21:23:09 UTC (rev 8432)
@@ -160,10 +160,8 @@
# is also in that structure.
# line_commands the same as %line_commands in Texinfo::Common,
# but with index entry commands dynamically added
-# close_paragraph_commands same as %close_paragraph_commands, but with
-# insertcopying removed if INLINE_INSERTCOPYING
-# close_preformatted_commands same as %close_preformatted_commands, but with
-# insertcopying removed if INLINE_INSERTCOPYING
+# close_paragraph_commands same as %close_paragraph_commands
+# close_preformatted_commands same as %close_preformatted_commands
# no_paragraph_commands the same as %default_no_paragraph_commands
# below, with index
# entry commands dynamically added
@@ -604,10 +602,6 @@
$parser->{'command_index'} = {%command_index};
$parser->{'close_paragraph_commands'} = {%close_paragraph_commands};
$parser->{'close_preformatted_commands'} = {%close_preformatted_commands};
- if ($parser->{'INLINE_INSERTCOPYING'}) {
- delete $parser->{'close_paragraph_commands'}->{'insertcopying'};
- delete $parser->{'close_preformatted_commands'}->{'insertcopying'};
- }
# a hash is simply concatenated. It should be like %index_names.
if (ref($parser->{'indices'}) eq 'HASH') {
%{$parser->{'index_names'}} = (%{$parser->{'index_names'}},
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [8432] commit Parser.pm,
gavinsmith0123 <=