texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

texinfo/Pod-Simple-Texinfo/lib/Pod/Simple Texin...


From: Patrice Dumas
Subject: texinfo/Pod-Simple-Texinfo/lib/Pod/Simple Texin...
Date: Sun, 22 Jan 2012 00:26:06 +0000

CVSROOT:        /sources/texinfo
Module name:    texinfo
Changes by:     Patrice Dumas <pertusus>        12/01/22 00:26:06

Modified files:
        Pod-Simple-Texinfo/lib/Pod/Simple: Texinfo.pm 

Log message:
        Remove a supernumerary _end_context

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/texinfo/Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm?cvsroot=texinfo&r1=1.4&r2=1.5

Patches:
Index: Texinfo.pm
===================================================================
RCS file: 
/sources/texinfo/texinfo/Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- Texinfo.pm  21 Jan 2012 22:39:34 -0000      1.4
+++ Texinfo.pm  22 Jan 2012 00:26:05 -0000      1.5
@@ -503,7 +503,6 @@
         } elsif ($tagname eq 'Para') {
           _output($fh, address@hidden, "$out$result\n\n");
         } elsif ($tagname eq 'L') {
-          my ($result, $postponed) = _end_context(address@hidden);
           my $format = pop @format_stack;
           my ($linktype, $content_implicit, $url_arg, 
               $texinfo_manual, $texinfo_node) = @$format;



reply via email to

[Prev in Thread] Current Thread [Next in Thread]